Shades of Emerald #4CF27F
Tints of Emerald #4CF27F
RGB
CMYK
RGB Variations
Color information
#4CF27F (or 0x4CF27F) is known color: Emerald. HEX triplet: 4C, F2 and 7F. RGB value is (76,242,127). Sum of RGB (Red+Green+Blue) = 76+242+127=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF27F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF27F is #B30D80. Grayscale: #B3B3B3. Windows color (decimal): -11734401 or 8385100. OLE color: 8385100.
HSL color Cylindrical-coordinate representation of color #4CF27F: hue angle of 138.43º 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 #4CF27F is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 127 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.05 |
| HSL | 138.43º | 0.86% | 0.62% | - |
| HSV(B) | 138.43º | 0.69% | 0.95% | - |
| XYZ | 38.56 | 66.57 | 30.9 | - |
| YUV | 179.26 | 98.5 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 127 | 0.69 | 0 | 0.48 | 0.05 | 138.43 | 0.86 | 0.62 |
| Hex | 4C | F2 | 7F | 45 | 0 | 30 | 5 | 8A | 56 | 3E |
| Octal | 114 | 362 | 177 | 105 | 0 | 60 | 5 | 212 | 126 | 76 |
| Binary | 1001100 | 11110010 | 1111111 | 1000101 | 0 | 110000 | 101 | 10001010 | 1010110 | 111110 |
Color Harmonies of #4CF27F
Complementary color
Monochromatic Colors of #4CF27F
Black with #4CF27F
Text Example
Text Example
White with #4CF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF27F; }
p { color: rgb(76,242,127); }
H1.HeaderClassName
{
color: #4CF27F;
}
.AnyTagClassName
{
color: #4CF27F;
}
</style>
background-color css
<style>
a { background-color: #4CF27F; }
a { background-color: rgb(76,242,127); }
div.DivClassName
{
background-color: #4CF27F;
}
.BgClassName
{
background-color: #4CF27F;
}
</style>
border-color css
<style>
span { border-color: #4CF27F; }
span { border-color: rgb(76,242,127); }
td.TdClassName
{
border-color: #4CF27F;
}
.TagClassName
{
border-color: #4CF27F;
}
</style>