Html Css Color HEX #72AD32 Lima

📋 copy color: '#72AD32'

red 114 ◦ green 173 ◦ blue 50

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

Shades of Lima #72AD32

Tints of Lima #72AD32

RGB

 RED value IS 114 (44.92% from 255) = 33.83%

 GREEN value IS 173 (67.97% from 255) = 51.34%

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

R = 33.83%
G = 51.34%
B = 14.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#72AD32 (or 0x72AD32) is known color: Lima. HEX triplet: 72, AD and 32. RGB value is (114,173,50). Sum of RGB (Red+Green+Blue) = 114+173+50=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AD32 is #8D52CD. Grayscale: #8D8D8D. Windows color (decimal): -9261774 or 3321202. OLE color: 3321202.

HSL color Cylindrical-coordinate representation of color #72AD32: hue angle of 88.78º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72AD32 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 173 50 -
CMYK 0.34 0 0.71 0.32
HSL 88.78º 0.55% 0.44% -
HSV(B) 88.78º 0.71% 0.68% -
XYZ 22.46 33.69 8.34 -
YUV 141.34 76.45 108.5 -
System Red Green Blue C M Y K H S L
Decimal 114 173 50 0.34 0 0.71 0.32 88.78 0.55 0.44
Hex 72 AD 32 22 0 47 20 59 37 2C
Octal 162 255 62 42 0 107 40 131 67 54
Binary 1110010 10101101 110010 100010 0 1000111 100000 1011001 110111 101100

Color Harmonies of #72AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AD32

Black with #72AD32

Text Example


Text Example

White with #72AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AD32; }

 p { color: rgb(114,173,50); }

 H1.HeaderClassName
 {
   color: #72AD32;
 }
 .AnyTagClassName
 {
   color: #72AD32;
 }
</style>

background-color css

<style>
 a { background-color: #72AD32; }

 a { background-color: rgb(114,173,50); }

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

border-color css

<style>
 span { border-color: #72AD32; }

 span { border-color: rgb(114,173,50); }

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