Html Css Color HEX #7DAB11 Lima

📋 copy color: '#7DAB11'

red 125 ◦ green 171 ◦ blue 17

#7DAB11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DAB11

Tints of Lima #7DAB11

RGB

 RED value IS 125 (49.22% from 255) = 39.94%

 GREEN value IS 171 (67.19% from 255) = 54.63%

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 39.94%
G = 54.63%
B = 5.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DAB11 (or 0x7DAB11) is known color: Lima. HEX triplet: 7D, AB and 11. RGB value is (125,171,17). Sum of RGB (Red+Green+Blue) = 125+171+17=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB11 is #8254EE. Grayscale: #8C8C8C. Windows color (decimal): -8541423 or 1158013. OLE color: 1158013.

HSL color Cylindrical-coordinate representation of color #7DAB11: hue angle of 77.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DAB11 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 17 -
CMYK 0.27 0 0.90 0.33
HSL 77.92º 0.82% 0.37% -
HSV(B) 77.92º 0.9% 0.67% -
XYZ 23.12 33.53 5.78 -
YUV 139.69 58.76 117.52 -
System Red Green Blue C M Y K H S L
Decimal 125 171 17 0.27 0 0.90 0.33 77.92 0.82 0.37
Hex 7D AB 11 1B 0 5A 21 4E 52 25
Octal 175 253 21 33 0 132 41 116 122 45
Binary 1111101 10101011 10001 11011 0 1011010 100001 1001110 1010010 100101

Color Harmonies of #7DAB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB11

Black with #7DAB11

Text Example


Text Example

White with #7DAB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DAB11; }

 p { color: rgb(125,171,17); }

 H1.HeaderClassName
 {
   color: #7DAB11;
 }
 .AnyTagClassName
 {
   color: #7DAB11;
 }
</style>

background-color css

<style>
 a { background-color: #7DAB11; }

 a { background-color: rgb(125,171,17); }

 div.DivClassName
 {
   background-color: #7DAB11;
 }
 .BgClassName
 {
   background-color: #7DAB11;
 }
</style>

border-color css

<style>
 span { border-color: #7DAB11; }

 span { border-color: rgb(125,171,17); }

 td.TdClassName
 {
   border-color: #7DAB11;
 }
 .TagClassName
 {
   border-color: #7DAB11;
 }
</style>