Shades of Emerald #4CCF88
Tints of Emerald #4CCF88
RGB
CMYK
RGB Variations
Color information
#4CCF88 (or 0x4CCF88) is known color: Emerald. HEX triplet: 4C, CF and 88. RGB value is (76,207,136). Sum of RGB (Red+Green+Blue) = 76+207+136=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCF88 is #B33077. Grayscale: #9F9F9F. Windows color (decimal): -11743352 or 8965964. OLE color: 8965964.
HSL color Cylindrical-coordinate representation of color #4CCF88: hue angle of 147.48º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCF88 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 136 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.19 |
| HSL | 147.48º | 0.58% | 0.55% | - |
| HSV(B) | 147.48º | 0.63% | 0.81% | - |
| XYZ | 29.74 | 47.94 | 30.98 | - |
| YUV | 159.74 | 114.6 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 136 | 0.63 | 0 | 0.34 | 0.19 | 147.48 | 0.58 | 0.55 |
| Hex | 4C | CF | 88 | 3F | 0 | 22 | 13 | 93 | 3A | 37 |
| Octal | 114 | 317 | 210 | 77 | 0 | 42 | 23 | 223 | 72 | 67 |
| Binary | 1001100 | 11001111 | 10001000 | 111111 | 0 | 100010 | 10011 | 10010011 | 111010 | 110111 |
Color Harmonies of #4CCF88
Complementary color
Monochromatic Colors of #4CCF88
Black with #4CCF88
Text Example
Text Example
White with #4CCF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF88; }
p { color: rgb(76,207,136); }
H1.HeaderClassName
{
color: #4CCF88;
}
.AnyTagClassName
{
color: #4CCF88;
}
</style>
background-color css
<style>
a { background-color: #4CCF88; }
a { background-color: rgb(76,207,136); }
div.DivClassName
{
background-color: #4CCF88;
}
.BgClassName
{
background-color: #4CCF88;
}
</style>
border-color css
<style>
span { border-color: #4CCF88; }
span { border-color: rgb(76,207,136); }
td.TdClassName
{
border-color: #4CCF88;
}
.TagClassName
{
border-color: #4CCF88;
}
</style>