#72BF95

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

Shades of Silver Tree #72BF95

Tints of Silver Tree #72BF95

Color information

#72BF95 (or 0x72BF95) is unknown color: approx Silver Tree. HEX triplet: 72, BF and 95. RGB value is (114,191,149). Sum of RGB (Red+Green+Blue) = 114+191+149=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF95 is #8D406A. Grayscale: #A3A3A3. Windows color (decimal): -9257067 or 9813874. OLE color: 9813874.

HSL color Cylindrical-coordinate representation of color #72BF95: hue angle of 147.27º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BF95 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB114191149-
CMYK0.4000.220.25
HSL147.27º37.56%59.8%-
HSV(B)147.27º40.31%74.9%-
XYZ3143.0135.1-
YUV163.19119.9992.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.11%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=25.11%
G=42.07%
B=32.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911490.4000.220.25147.2737.5659.8
Hex72BF95280161993263c
Octal16227722550026312234674
Binary111001010111111100101011010000101101100110010011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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