#72D095

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

Shades of Silver Tree #72D095

Tints of Silver Tree #72D095

Color information

#72D095 (or 0x72D095) is unknown color: approx Silver Tree. HEX triplet: 72, D0 and 95. RGB value is (114,208,149). Sum of RGB (Red+Green+Blue) = 114+208+149=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #72D095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D095 is #8D2F6A. Grayscale: #ADADAD. Windows color (decimal): -9252715 or 9818226. OLE color: 9818226.

HSL color Cylindrical-coordinate representation of color #72D095: hue angle of 142.34º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D095 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB114208149-
CMYK0.4500.280.18
HSL142.34º50%63.14%-
HSV(B)142.34º45.19%81.57%-
XYZ34.9250.8636.41-
YUV173.17114.3685.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=24.20%
G=44.16%
B=31.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081490.4500.280.18142.345063.14
Hex72D0952D01C128e323f
Octal16232022555034222166277
Binary111001011010000100101011011010111001001010001110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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