COLOR #7ABF41

HEX: #7ABF41 RGB: (122,191,65)

Color info

#7ABF41 contains mainly green color. Web safe color of #7ABF41 is #66CC33 (or #6C3).

RGB color model

#7ABF41 color RGB value is (122,191,65).

RGB: (122,191,65) (48%, 75%, 25%)

RGB channels and saturation

R 122 of 255 = 48%
G 191 of 255 = 75%
B 65 of 255 = 25%

122
191
65

R + G + B ~ 49%. #7ABF41 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 191 + 65 = 378 (100%)
R 122 of 378 ~ 32.28%
G 191 of 378 ~ 50.53%
B 65 of 378 ~ 17.2'%

%32.28
%50.53
%17.2

CMYK color model

#7ABF41 color CMYK value is (36,0,66,25).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 65.97%
  • key color value is 25.10%
CMYK: (36,0,66,25) C36M0Y66K25 (36%,0%,66%,25%) (0.36/0.00/0.66/0.25) 

CMYK percentages

%36.13
%0
%65.97
%25.1

Codes

Color #7ABF41 in popluar color models

7A BF 41
RGB 122 191 65
HSL 93° 49.61% 50.20%
HSB/HSV 93° 65.97% 74.90%
CMYK 36.13% 0.00% 65.97%
25.10%

Color #7ABF41 in popluar number systems.

HEX 7A BF 41
Decimal 122 191 65
Binary 1111010 10111111 1000001
Octal 172 277 101

Shades and tints

Shades of #7ABF41

#7ABF41
(122,191,65)
#6FAE3C
(111,174,60)
#649D37
(100,157,55)
#598C32
(89,140,50)
#4E7B2D
(78,123,45)
#436A28
(67,106,40)
#385923
(56,89,35)
#2D481E
(45,72,30)
#223719
(34,55,25)
#172614
(23,38,20)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #7ABF41

#7ABF41
(122,191,65)
#86C452
(134,196,82)
#92C963
(146,201,99)
#9ECE74
(158,206,116)
#AAD385
(170,211,133)
#B6D896
(182,216,150)
#C2DDA7
(194,221,167)
#CEE2B8
(206,226,184)
#DAE7C9
(218,231,201)
#E6ECDA
(230,236,218)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABF41 color. Also use rgb(122,191,65) instead hex code.

Text Font Color

.myTextColor { color: #7ABF41; }

<p style="color:#7ABF41">This sample text font color is #7ABF41.</p>

This text font color is #7ABF41.

Background Color

.myBgColor { background-color: #7ABF41; }

<div style="background-color:#7ABF41">Inner text</div>

This div background color is #7ABF41.

Border color

.myBorderColor { border: 1px solid #7ABF41; }

<div style="border:3px solid #7ABF41">Div</div>

This div border color is #7ABF41.

Opacity

.myOpacity80 { color: #7ABF41; opacity: 0.8; }

<p style="color:#7ABF41;opacity:0.8;">80%</p>

Text with #7ABF41 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7ABF41;}

<p style="text-shadow: 3px 3px 1px #7ABF41">Text here.</p>

This text has shadow with #7ABF41 color.


.textShadow {text-shadow: 3px 3px 1px #7ABF41', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7ABF41, 5px 5px 20px red">Text here.</p>

This text has shadow with #7ABF41 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7ABF41, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7ABF41, Direction=45, Strength=4)">Text</p>

This text has shadow with #7ABF41 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7ABF41;
-webkit-box-shadow: 1px 1px 3px 2px #7ABF41;
box-shadow: 1px 1px 3px 2px #7ABF41;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ABF41; -webkit-box-shadow: 1px 1px 3px 2px #7ABF41; box-shadow:1px 1px 3px 2px #7ABF41;">
Div content here
</div>

This div box has shadow with color #7ABF41.

Preview

Color preview on black background

This text has color #7ABF41 on black background.


Color preview on white background

This text has color #7ABF41 on white background.


Black color preview on #7ABF41 background

This text has black color on #7ABF41 background.


White color preview on #7ABF41 background

This text has white color on #7ABF41 background.


Related colors

Complementary color

Complementary color for #hex is #8540BE.


I love getcolorcode.com

Triadic colors

1 #417ABF and #BF417A with #7ABF41 are triadic colors.

2 #41BF7A and #BF7A41 with #7ABF41 are triadic colors.