Shades of Silver Tree #72CF8B
Tints of Silver Tree #72CF8B
RGB
CMYK
RGB Variations
Color information
#72CF8B (or 0x72CF8B) is known color: Silver Tree. HEX triplet: 72, CF and 8B. RGB value is (114,207,139). Sum of RGB (Red+Green+Blue) = 114+207+139=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CF8B is #8D3074. Grayscale: #ABABAB. Windows color (decimal): -9252981 or 9162610. OLE color: 9162610.
HSL color Cylindrical-coordinate representation of color #72CF8B: hue angle of 136.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CF8B is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 139 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.19 |
| HSL | 136.13º | 0.49% | 0.63% | - |
| HSV(B) | 136.13º | 0.45% | 0.81% | - |
| XYZ | 33.91 | 50.07 | 32.3 | - |
| YUV | 171.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 139 | 0.45 | 0 | 0.33 | 0.19 | 136.13 | 0.49 | 0.63 |
| Hex | 72 | CF | 8B | 2D | 0 | 21 | 13 | 88 | 31 | 3F |
| Octal | 162 | 317 | 213 | 55 | 0 | 41 | 23 | 210 | 61 | 77 |
| Binary | 1110010 | 11001111 | 10001011 | 101101 | 0 | 100001 | 10011 | 10001000 | 110001 | 111111 |
Color Harmonies of #72CF8B
Complementary color
Monochromatic Colors of #72CF8B
Black with #72CF8B
Text Example
Text Example
White with #72CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF8B; }
p { color: rgb(114,207,139); }
H1.HeaderClassName
{
color: #72CF8B;
}
.AnyTagClassName
{
color: #72CF8B;
}
</style>
background-color css
<style>
a { background-color: #72CF8B; }
a { background-color: rgb(114,207,139); }
div.DivClassName
{
background-color: #72CF8B;
}
.BgClassName
{
background-color: #72CF8B;
}
</style>
border-color css
<style>
span { border-color: #72CF8B; }
span { border-color: rgb(114,207,139); }
td.TdClassName
{
border-color: #72CF8B;
}
.TagClassName
{
border-color: #72CF8B;
}
</style>