#72BF98

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

Shades of Silver Tree #72BF98

Tints of Silver Tree #72BF98

Color information

#72BF98 (or 0x72BF98) is unknown color: approx Silver Tree. HEX triplet: 72, BF and 98. RGB value is (114,191,152). Sum of RGB (Red+Green+Blue) = 114+191+152=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF98 is #8D4067. Grayscale: #A3A3A3. Windows color (decimal): -9257064 or 10010482. OLE color: 10010482.

HSL color Cylindrical-coordinate representation of color #72BF98: hue angle of 149.61º 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 #72BF98 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB114191152-
CMYK0.4000.200.25
HSL149.61º37.56%59.8%-
HSV(B)149.61º40.31%74.9%-
XYZ31.2443.1136.38-
YUV163.53121.4992.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=24.95%
G=41.79%
B=33.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911520.4000.200.25149.6137.5659.8
Hex72BF98280141996263c
Octal16227723050024312264674
Binary111001010111111100110001010000101001100110010110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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