Shades of Silver Tree #53CC8F
Tints of Silver Tree #53CC8F
RGB
CMYK
RGB Variations
Color information
#53CC8F (or 0x53CC8F) is known color: Silver Tree. HEX triplet: 53, CC and 8F. RGB value is (83,204,143). Sum of RGB (Red+Green+Blue) = 83+204+143=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CC8F is #AC3370. Grayscale: #A0A0A0. Windows color (decimal): -11285361 or 9423955. OLE color: 9423955.
HSL color Cylindrical-coordinate representation of color #53CC8F: hue angle of 149.75º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CC8F is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 143 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.2 |
| HSL | 149.75º | 0.54% | 0.56% | - |
| HSV(B) | 149.75º | 0.59% | 0.8% | - |
| XYZ | 30.12 | 47.01 | 33.47 | - |
| YUV | 160.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 143 | 0.59 | 0 | 0.30 | 0.2 | 149.75 | 0.54 | 0.56 |
| Hex | 53 | CC | 8F | 3B | 0 | 1E | 14 | 96 | 36 | 38 |
| Octal | 123 | 314 | 217 | 73 | 0 | 36 | 24 | 226 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10001111 | 111011 | 0 | 11110 | 10100 | 10010110 | 110110 | 111000 |
Color Harmonies of #53CC8F
Complementary color
Monochromatic Colors of #53CC8F
Black with #53CC8F
Text Example
Text Example
White with #53CC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC8F; }
p { color: rgb(83,204,143); }
H1.HeaderClassName
{
color: #53CC8F;
}
.AnyTagClassName
{
color: #53CC8F;
}
</style>
background-color css
<style>
a { background-color: #53CC8F; }
a { background-color: rgb(83,204,143); }
div.DivClassName
{
background-color: #53CC8F;
}
.BgClassName
{
background-color: #53CC8F;
}
</style>
border-color css
<style>
span { border-color: #53CC8F; }
span { border-color: rgb(83,204,143); }
td.TdClassName
{
border-color: #53CC8F;
}
.TagClassName
{
border-color: #53CC8F;
}
</style>