Html Css Color HEX #7DAF20 Lima

📋 copy color: '#7DAF20'

red 125 ◦ green 175 ◦ blue 32

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

Shades of Lima #7DAF20

Tints of Lima #7DAF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.64%

R = 37.65%
G = 52.71%
B = 9.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#7DAF20 (or 0x7DAF20) is known color: Lima. HEX triplet: 7D, AF and 20. RGB value is (125,175,32). Sum of RGB (Red+Green+Blue) = 125+175+32=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAF20 is #8250DF. Grayscale: #909090. Windows color (decimal): -8540384 or 2142077. OLE color: 2142077.

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

Color convert

RGB 125 175 32 -
CMYK 0.29 0 0.82 0.31
HSL 80.98º 0.69% 0.41% -
HSV(B) 80.98º 0.82% 0.69% -
XYZ 24.05 35.12 6.88 -
YUV 143.75 64.94 114.63 -
System Red Green Blue C M Y K H S L
Decimal 125 175 32 0.29 0 0.82 0.31 80.98 0.69 0.41
Hex 7D AF 20 1D 0 52 1F 51 45 29
Octal 175 257 40 35 0 122 37 121 105 51
Binary 1111101 10101111 100000 11101 0 1010010 11111 1010001 1000101 101001

Color Harmonies of #7DAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF20

Black with #7DAF20

Text Example


Text Example

White with #7DAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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