Shades of Emerald #52CF67
Tints of Emerald #52CF67
RGB
CMYK
RGB Variations
Color information
#52CF67 (or 0x52CF67) is known color: Emerald. HEX triplet: 52, CF and 67. RGB value is (82,207,103). Sum of RGB (Red+Green+Blue) = 82+207+103=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CF67 is #AD3098. Grayscale: #9E9E9E. Windows color (decimal): -11350169 or 6803282. OLE color: 6803282.
HSL color Cylindrical-coordinate representation of color #52CF67: hue angle of 130.08º degrees, saturation: 0.57, 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 #52CF67 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 103 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.19 |
| HSL | 130.08º | 0.57% | 0.57% | - |
| HSV(B) | 130.08º | 0.6% | 0.81% | - |
| XYZ | 28.24 | 47.4 | 20.49 | - |
| YUV | 157.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 103 | 0.60 | 0 | 0.50 | 0.19 | 130.08 | 0.57 | 0.57 |
| Hex | 52 | CF | 67 | 3C | 0 | 32 | 13 | 82 | 39 | 39 |
| Octal | 122 | 317 | 147 | 74 | 0 | 62 | 23 | 202 | 71 | 71 |
| Binary | 1010010 | 11001111 | 1100111 | 111100 | 0 | 110010 | 10011 | 10000010 | 111001 | 111001 |
Color Harmonies of #52CF67
Complementary color
Monochromatic Colors of #52CF67
Black with #52CF67
Text Example
Text Example
White with #52CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF67; }
p { color: rgb(82,207,103); }
H1.HeaderClassName
{
color: #52CF67;
}
.AnyTagClassName
{
color: #52CF67;
}
</style>
background-color css
<style>
a { background-color: #52CF67; }
a { background-color: rgb(82,207,103); }
div.DivClassName
{
background-color: #52CF67;
}
.BgClassName
{
background-color: #52CF67;
}
</style>
border-color css
<style>
span { border-color: #52CF67; }
span { border-color: rgb(82,207,103); }
td.TdClassName
{
border-color: #52CF67;
}
.TagClassName
{
border-color: #52CF67;
}
</style>