Shades of Emerald #4CF28B
Tints of Emerald #4CF28B
RGB
CMYK
RGB Variations
Color information
#4CF28B (or 0x4CF28B) is known color: Emerald. HEX triplet: 4C, F2 and 8B. RGB value is (76,242,139). Sum of RGB (Red+Green+Blue) = 76+242+139=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF28B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF28B is #B30D74. Grayscale: #B4B4B4. Windows color (decimal): -11734389 or 9171532. OLE color: 9171532.
HSL color Cylindrical-coordinate representation of color #4CF28B: hue angle of 142.77º 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 #4CF28B is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 139 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.05 |
| HSL | 142.77º | 0.86% | 0.62% | - |
| HSV(B) | 142.77º | 0.69% | 0.95% | - |
| XYZ | 39.39 | 66.9 | 35.26 | - |
| YUV | 180.62 | 104.5 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 139 | 0.69 | 0 | 0.43 | 0.05 | 142.77 | 0.86 | 0.62 |
| Hex | 4C | F2 | 8B | 45 | 0 | 2B | 5 | 8F | 56 | 3E |
| Octal | 114 | 362 | 213 | 105 | 0 | 53 | 5 | 217 | 126 | 76 |
| Binary | 1001100 | 11110010 | 10001011 | 1000101 | 0 | 101011 | 101 | 10001111 | 1010110 | 111110 |
Color Harmonies of #4CF28B
Complementary color
Monochromatic Colors of #4CF28B
Black with #4CF28B
Text Example
Text Example
White with #4CF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF28B; }
p { color: rgb(76,242,139); }
H1.HeaderClassName
{
color: #4CF28B;
}
.AnyTagClassName
{
color: #4CF28B;
}
</style>
background-color css
<style>
a { background-color: #4CF28B; }
a { background-color: rgb(76,242,139); }
div.DivClassName
{
background-color: #4CF28B;
}
.BgClassName
{
background-color: #4CF28B;
}
</style>
border-color css
<style>
span { border-color: #4CF28B; }
span { border-color: rgb(76,242,139); }
td.TdClassName
{
border-color: #4CF28B;
}
.TagClassName
{
border-color: #4CF28B;
}
</style>