#72DB95

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

Shades of Silver Tree #72DB95

Tints of Silver Tree #72DB95

Color information

#72DB95 (or 0x72DB95) is unknown color: approx Silver Tree. HEX triplet: 72, DB and 95. RGB value is (114,219,149). Sum of RGB (Red+Green+Blue) = 114+219+149=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB95 is #8D246A. Grayscale: #B3B3B3. Windows color (decimal): -9249899 or 9821042. OLE color: 9821042.

HSL color Cylindrical-coordinate representation of color #72DB95: hue angle of 140º degrees, saturation: 0.59, 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 #72DB95 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB114219149-
CMYK0.4800.320.14
HSL140º59.32%65.29%-
HSV(B)140º47.95%85.88%-
XYZ37.756.4137.34-
YUV179.62110.7181.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.65%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=23.65%
G=45.44%
B=30.91%

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
Decimal1142191490.4800.320.1414059.3265.29
Hex72DB9530020E8c3b41
Octal162333225600401621473101
Binary1110010110110111001010111000001000001110100011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,219,149); }

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

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

 a { background-color: rgb(114,219,149); }

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

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

 span { border-color: rgb(114,219,149); }

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