Shades of Emerald #4CCF5A
Tints of Emerald #4CCF5A
RGB
CMYK
RGB Variations
Color information
#4CCF5A (or 0x4CCF5A) is known color: Emerald. HEX triplet: 4C, CF and 5A. RGB value is (76,207,90). Sum of RGB (Red+Green+Blue) = 76+207+90=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCF5A is #B330A5. Grayscale: #9A9A9A. Windows color (decimal): -11743398 or 5951308. OLE color: 5951308.
HSL color Cylindrical-coordinate representation of color #4CCF5A: hue angle of 126.41º 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 #4CCF5A is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 90 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.19 |
| HSL | 126.41º | 0.58% | 0.55% | - |
| HSV(B) | 126.41º | 0.63% | 0.81% | - |
| XYZ | 27.14 | 46.9 | 17.3 | - |
| YUV | 154.49 | 91.6 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 90 | 0.63 | 0 | 0.57 | 0.19 | 126.41 | 0.58 | 0.55 |
| Hex | 4C | CF | 5A | 3F | 0 | 39 | 13 | 7E | 3A | 37 |
| Octal | 114 | 317 | 132 | 77 | 0 | 71 | 23 | 176 | 72 | 67 |
| Binary | 1001100 | 11001111 | 1011010 | 111111 | 0 | 111001 | 10011 | 1111110 | 111010 | 110111 |
Color Harmonies of #4CCF5A
Complementary color
Monochromatic Colors of #4CCF5A
Black with #4CCF5A
Text Example
Text Example
White with #4CCF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF5A; }
p { color: rgb(76,207,90); }
H1.HeaderClassName
{
color: #4CCF5A;
}
.AnyTagClassName
{
color: #4CCF5A;
}
</style>
background-color css
<style>
a { background-color: #4CCF5A; }
a { background-color: rgb(76,207,90); }
div.DivClassName
{
background-color: #4CCF5A;
}
.BgClassName
{
background-color: #4CCF5A;
}
</style>
border-color css
<style>
span { border-color: #4CCF5A; }
span { border-color: rgb(76,207,90); }
td.TdClassName
{
border-color: #4CCF5A;
}
.TagClassName
{
border-color: #4CCF5A;
}
</style>