#72DC95

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

Shades of Silver Tree #72DC95

Tints of Silver Tree #72DC95

Color information

#72DC95 (or 0x72DC95) is unknown color: approx Silver Tree. HEX triplet: 72, DC and 95. RGB value is (114,220,149). Sum of RGB (Red+Green+Blue) = 114+220+149=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC95 is #8D236A. Grayscale: #B4B4B4. Windows color (decimal): -9249643 or 9821298. OLE color: 9821298.

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

Color convert

RGB114220149-
CMYK0.4800.320.14
HSL139.81º60.23%65.49%-
HSV(B)139.81º48.18%86.27%-
XYZ37.9656.9337.42-
YUV180.21110.3880.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.60%
GREEN value IS 220 (86.33% from 255) = 45.55%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=23.60%
G=45.55%
B=30.85%

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
Decimal1142201490.4800.320.14139.8160.2365.49
Hex72DC9530020E8c3c41
Octal162334225600401621474101
Binary1110010110111001001010111000001000001110100011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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