Html Css Color HEX #7DAF17 Lima

📋 copy color: '#7DAF17'

red 125 ◦ green 175 ◦ blue 23

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

Shades of Lima #7DAF17

Tints of Lima #7DAF17

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.18%

 BLUE value IS 23 (9.38% from 255) = 7.12%

R = 38.7%
G = 54.18%
B = 7.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#7DAF17 (or 0x7DAF17) is known color: Lima. HEX triplet: 7D, AF and 17. RGB value is (125,175,23). Sum of RGB (Red+Green+Blue) = 125+175+23=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAF17 is #8250E8. Grayscale: #8F8F8F. Windows color (decimal): -8540393 or 1552253. OLE color: 1552253.

HSL color Cylindrical-coordinate representation of color #7DAF17: hue angle of 79.74º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DAF17 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 175 23 -
CMYK 0.29 0 0.87 0.31
HSL 79.74º 0.77% 0.39% -
HSV(B) 79.74º 0.87% 0.69% -
XYZ 23.94 35.08 6.32 -
YUV 142.72 60.44 115.36 -
System Red Green Blue C M Y K H S L
Decimal 125 175 23 0.29 0 0.87 0.31 79.74 0.77 0.39
Hex 7D AF 17 1D 0 57 1F 50 4D 27
Octal 175 257 27 35 0 127 37 120 115 47
Binary 1111101 10101111 10111 11101 0 1010111 11111 1010000 1001101 100111

Color Harmonies of #7DAF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF17

Black with #7DAF17

Text Example


Text Example

White with #7DAF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,175,23); }

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

background-color css

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

 a { background-color: rgb(125,175,23); }

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

border-color css

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

 span { border-color: rgb(125,175,23); }

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