Html Css Color HEX #7DAB12 Lima

📋 copy color: '#7DAB12'

red 125 ◦ green 171 ◦ blue 18

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

Shades of Lima #7DAB12

Tints of Lima #7DAB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 39.81%
G = 54.46%
B = 5.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#7DAB12 (or 0x7DAB12) is known color: Lima. HEX triplet: 7D, AB and 12. RGB value is (125,171,18). Sum of RGB (Red+Green+Blue) = 125+171+18=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB12 is #8254ED. Grayscale: #8C8C8C. Windows color (decimal): -8541422 or 1223549. OLE color: 1223549.

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

Color convert

RGB 125 171 18 -
CMYK 0.27 0 0.89 0.33
HSL 78.04º 0.81% 0.37% -
HSV(B) 78.04º 0.89% 0.67% -
XYZ 23.13 33.53 5.83 -
YUV 139.8 59.26 117.44 -
System Red Green Blue C M Y K H S L
Decimal 125 171 18 0.27 0 0.89 0.33 78.04 0.81 0.37
Hex 7D AB 12 1B 0 59 21 4E 51 25
Octal 175 253 22 33 0 131 41 116 121 45
Binary 1111101 10101011 10010 11011 0 1011001 100001 1001110 1010001 100101

Color Harmonies of #7DAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB12

Black with #7DAB12

Text Example


Text Example

White with #7DAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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