Shades of Emerald #53CC68
Tints of Emerald #53CC68
RGB
CMYK
RGB Variations
Color information
#53CC68 (or 0x53CC68) is known color: Emerald. HEX triplet: 53, CC and 68. RGB value is (83,204,104). Sum of RGB (Red+Green+Blue) = 83+204+104=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CC68 is #AC3397. Grayscale: #9C9C9C. Windows color (decimal): -11285400 or 6868051. OLE color: 6868051.
HSL color Cylindrical-coordinate representation of color #53CC68: hue angle of 130.41º 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 #53CC68 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 104 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.2 |
| HSL | 130.41º | 0.54% | 0.56% | - |
| HSV(B) | 130.41º | 0.59% | 0.8% | - |
| XYZ | 27.66 | 46.02 | 20.52 | - |
| YUV | 156.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 104 | 0.59 | 0 | 0.49 | 0.2 | 130.41 | 0.54 | 0.56 |
| Hex | 53 | CC | 68 | 3B | 0 | 31 | 14 | 82 | 36 | 38 |
| Octal | 123 | 314 | 150 | 73 | 0 | 61 | 24 | 202 | 66 | 70 |
| Binary | 1010011 | 11001100 | 1101000 | 111011 | 0 | 110001 | 10100 | 10000010 | 110110 | 111000 |
Color Harmonies of #53CC68
Complementary color
Monochromatic Colors of #53CC68
Black with #53CC68
Text Example
Text Example
White with #53CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC68; }
p { color: rgb(83,204,104); }
H1.HeaderClassName
{
color: #53CC68;
}
.AnyTagClassName
{
color: #53CC68;
}
</style>
background-color css
<style>
a { background-color: #53CC68; }
a { background-color: rgb(83,204,104); }
div.DivClassName
{
background-color: #53CC68;
}
.BgClassName
{
background-color: #53CC68;
}
</style>
border-color css
<style>
span { border-color: #53CC68; }
span { border-color: rgb(83,204,104); }
td.TdClassName
{
border-color: #53CC68;
}
.TagClassName
{
border-color: #53CC68;
}
</style>