Shades of Emerald #4CCF61
Tints of Emerald #4CCF61
RGB
CMYK
RGB Variations
Color information
#4CCF61 (or 0x4CCF61) is known color: Emerald. HEX triplet: 4C, CF and 61. RGB value is (76,207,97). Sum of RGB (Red+Green+Blue) = 76+207+97=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCF61 is #B3309E. Grayscale: #9B9B9B. Windows color (decimal): -11743391 or 6410060. OLE color: 6410060.
HSL color Cylindrical-coordinate representation of color #4CCF61: hue angle of 129.62º 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 #4CCF61 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 97 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.19 |
| HSL | 129.62º | 0.58% | 0.55% | - |
| HSV(B) | 129.62º | 0.63% | 0.81% | - |
| XYZ | 27.45 | 47.03 | 18.94 | - |
| YUV | 155.29 | 95.1 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 97 | 0.63 | 0 | 0.53 | 0.19 | 129.62 | 0.58 | 0.55 |
| Hex | 4C | CF | 61 | 3F | 0 | 35 | 13 | 82 | 3A | 37 |
| Octal | 114 | 317 | 141 | 77 | 0 | 65 | 23 | 202 | 72 | 67 |
| Binary | 1001100 | 11001111 | 1100001 | 111111 | 0 | 110101 | 10011 | 10000010 | 111010 | 110111 |
Color Harmonies of #4CCF61
Complementary color
Monochromatic Colors of #4CCF61
Black with #4CCF61
Text Example
Text Example
White with #4CCF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF61; }
p { color: rgb(76,207,97); }
H1.HeaderClassName
{
color: #4CCF61;
}
.AnyTagClassName
{
color: #4CCF61;
}
</style>
background-color css
<style>
a { background-color: #4CCF61; }
a { background-color: rgb(76,207,97); }
div.DivClassName
{
background-color: #4CCF61;
}
.BgClassName
{
background-color: #4CCF61;
}
</style>
border-color css
<style>
span { border-color: #4CCF61; }
span { border-color: rgb(76,207,97); }
td.TdClassName
{
border-color: #4CCF61;
}
.TagClassName
{
border-color: #4CCF61;
}
</style>