Shades of Emerald #4CF288
Tints of Emerald #4CF288
RGB
CMYK
RGB Variations
Color information
#4CF288 (or 0x4CF288) is known color: Emerald. HEX triplet: 4C, F2 and 88. RGB value is (76,242,136). Sum of RGB (Red+Green+Blue) = 76+242+136=454 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.74% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF288 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF288 is #B30D77. Grayscale: #B4B4B4. Windows color (decimal): -11734392 or 8974924. OLE color: 8974924.
HSL color Cylindrical-coordinate representation of color #4CF288: hue angle of 141.69º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF288 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 136 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.05 |
| HSL | 141.69º | 0.86% | 0.62% | - |
| HSV(B) | 141.69º | 0.69% | 0.95% | - |
| XYZ | 39.18 | 66.82 | 34.12 | - |
| YUV | 180.28 | 103 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 136 | 0.69 | 0 | 0.44 | 0.05 | 141.69 | 0.86 | 0.62 |
| Hex | 4C | F2 | 88 | 45 | 0 | 2C | 5 | 8E | 56 | 3E |
| Octal | 114 | 362 | 210 | 105 | 0 | 54 | 5 | 216 | 126 | 76 |
| Binary | 1001100 | 11110010 | 10001000 | 1000101 | 0 | 101100 | 101 | 10001110 | 1010110 | 111110 |
Color Harmonies of #4CF288
Complementary color
Monochromatic Colors of #4CF288
Black with #4CF288
Text Example
Text Example
White with #4CF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF288; }
p { color: rgb(76,242,136); }
H1.HeaderClassName
{
color: #4CF288;
}
.AnyTagClassName
{
color: #4CF288;
}
</style>
background-color css
<style>
a { background-color: #4CF288; }
a { background-color: rgb(76,242,136); }
div.DivClassName
{
background-color: #4CF288;
}
.BgClassName
{
background-color: #4CF288;
}
</style>
border-color css
<style>
span { border-color: #4CF288; }
span { border-color: rgb(76,242,136); }
td.TdClassName
{
border-color: #4CF288;
}
.TagClassName
{
border-color: #4CF288;
}
</style>