#72DC96

Color #72DC96 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #72DC96

Tints of Silver Tree #72DC96

Color information

#72DC96 (or 0x72DC96) is unknown color: approx Silver Tree. HEX triplet: 72, DC and 96. RGB value is (114,220,150). Sum of RGB (Red+Green+Blue) = 114+220+150=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC96 is #8D2369. Grayscale: #B4B4B4. Windows color (decimal): -9249642 or 9886834. OLE color: 9886834.

HSL color Cylindrical-coordinate representation of color #72DC96: hue angle of 140.38º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DC96 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB114220150-
CMYK0.4800.320.14
HSL140.38º60.23%65.49%-
HSV(B)140.38º48.18%86.27%-
XYZ38.0456.9737.84-
YUV180.33110.8880.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=23.55%
G=45.45%
B=30.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142201500.4800.320.14140.3860.2365.49
Hex72DC9630020E8c3c41
Octal162334226600401621474101
Binary1110010110111001001011011000001000001110100011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,220,150); }

 H1.HeaderClassName
 {
   color: #72DC96;
 }
 .AnyTagClassName
 {
   color: #72DC96;
 }
</style>
background-color css

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

 a { background-color: rgb(114,220,150); }

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

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

 span { border-color: rgb(114,220,150); }

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