Html Css Color HEX #7DAF32 Lima

📋 copy color: '#7DAF32'

red 125 ◦ green 175 ◦ blue 50

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

Shades of Lima #7DAF32

Tints of Lima #7DAF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 35.71%
G = 50%
B = 14.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#7DAF32 (or 0x7DAF32) is known color: Lima. HEX triplet: 7D, AF and 32. RGB value is (125,175,50). Sum of RGB (Red+Green+Blue) = 125+175+50=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAF32 is #8250CD. Grayscale: #929292. Windows color (decimal): -8540366 or 3321725. OLE color: 3321725.

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

Color convert

RGB 125 175 50 -
CMYK 0.29 0 0.71 0.31
HSL 84º 0.56% 0.44% -
HSV(B) 84º 0.71% 0.69% -
XYZ 24.36 35.25 8.54 -
YUV 145.8 73.94 113.16 -
System Red Green Blue C M Y K H S L
Decimal 125 175 50 0.29 0 0.71 0.31 84 0.56 0.44
Hex 7D AF 32 1D 0 47 1F 54 38 2C
Octal 175 257 62 35 0 107 37 124 70 54
Binary 1111101 10101111 110010 11101 0 1000111 11111 1010100 111000 101100

Color Harmonies of #7DAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF32

Black with #7DAF32

Text Example


Text Example

White with #7DAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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