Shades of Emerald #53CF64
Tints of Emerald #53CF64
RGB
CMYK
RGB Variations
Color information
#53CF64 (or 0x53CF64) is known color: Emerald. HEX triplet: 53, CF and 64. RGB value is (83,207,100). Sum of RGB (Red+Green+Blue) = 83+207+100=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CF64 is #AC309B. Grayscale: #9E9E9E. Windows color (decimal): -11284636 or 6606675. OLE color: 6606675.
HSL color Cylindrical-coordinate representation of color #53CF64: hue angle of 128.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CF64 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 100 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.19 |
| HSL | 128.23º | 0.56% | 0.57% | - |
| HSV(B) | 128.23º | 0.6% | 0.81% | - |
| XYZ | 28.18 | 47.38 | 19.72 | - |
| YUV | 157.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 100 | 0.60 | 0 | 0.52 | 0.19 | 128.23 | 0.56 | 0.57 |
| Hex | 53 | CF | 64 | 3C | 0 | 34 | 13 | 80 | 38 | 39 |
| Octal | 123 | 317 | 144 | 74 | 0 | 64 | 23 | 200 | 70 | 71 |
| Binary | 1010011 | 11001111 | 1100100 | 111100 | 0 | 110100 | 10011 | 10000000 | 111000 | 111001 |
Color Harmonies of #53CF64
Complementary color
Monochromatic Colors of #53CF64
Black with #53CF64
Text Example
Text Example
White with #53CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF64; }
p { color: rgb(83,207,100); }
H1.HeaderClassName
{
color: #53CF64;
}
.AnyTagClassName
{
color: #53CF64;
}
</style>
background-color css
<style>
a { background-color: #53CF64; }
a { background-color: rgb(83,207,100); }
div.DivClassName
{
background-color: #53CF64;
}
.BgClassName
{
background-color: #53CF64;
}
</style>
border-color css
<style>
span { border-color: #53CF64; }
span { border-color: rgb(83,207,100); }
td.TdClassName
{
border-color: #53CF64;
}
.TagClassName
{
border-color: #53CF64;
}
</style>