Html Css Color HEX #7DA417 Lima

📋 copy color: '#7DA417'

red 125 ◦ green 164 ◦ blue 23

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

Shades of Lima #7DA417

Tints of Lima #7DA417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.56%

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

R = 40.06%
G = 52.56%
B = 7.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#7DA417 (or 0x7DA417) is known color: Lima. HEX triplet: 7D, A4 and 17. RGB value is (125,164,23). Sum of RGB (Red+Green+Blue) = 125+164+23=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA417 is #825BE8. Grayscale: #888888. Windows color (decimal): -8543209 or 1549437. OLE color: 1549437.

HSL color Cylindrical-coordinate representation of color #7DA417: hue angle of 76.6º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DA417 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 164 23 -
CMYK 0.24 0 0.86 0.36
HSL 76.6º 0.75% 0.37% -
HSV(B) 76.6º 0.86% 0.64% -
XYZ 21.89 30.97 5.64 -
YUV 136.27 64.08 119.96 -
System Red Green Blue C M Y K H S L
Decimal 125 164 23 0.24 0 0.86 0.36 76.6 0.75 0.37
Hex 7D A4 17 18 0 56 24 4D 4B 25
Octal 175 244 27 30 0 126 44 115 113 45
Binary 1111101 10100100 10111 11000 0 1010110 100100 1001101 1001011 100101

Color Harmonies of #7DA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA417

Black with #7DA417

Text Example


Text Example

White with #7DA417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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