Html Css Color HEX #7DAF09 Lima

📋 copy color: '#7DAF09'

red 125 ◦ green 175 ◦ blue 9

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

Shades of Lima #7DAF09

Tints of Lima #7DAF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.91%

R = 40.45%
G = 56.63%
B = 2.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#7DAF09 (or 0x7DAF09) is known color: Lima. HEX triplet: 7D, AF and 09. RGB value is (125,175,9). Sum of RGB (Red+Green+Blue) = 125+175+9=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAF09 is #8250F6. Grayscale: #8D8D8D. Windows color (decimal): -8540407 or 634749. OLE color: 634749.

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

Color convert

RGB 125 175 9 -
CMYK 0.29 0 0.95 0.31
HSL 78.07º 0.9% 0.36% -
HSV(B) 78.07º 0.95% 0.69% -
XYZ 23.84 35.04 5.77 -
YUV 141.13 53.44 116.5 -
System Red Green Blue C M Y K H S L
Decimal 125 175 9 0.29 0 0.95 0.31 78.07 0.9 0.36
Hex 7D AF 9 1D 0 5F 1F 4E 5A 24
Octal 175 257 11 35 0 137 37 116 132 44
Binary 1111101 10101111 1001 11101 0 1011111 11111 1001110 1011010 100100

Color Harmonies of #7DAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF09

Black with #7DAF09

Text Example


Text Example

White with #7DAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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