Shades of Emerald #4CCF5B
Tints of Emerald #4CCF5B
RGB
CMYK
RGB Variations
Color information
#4CCF5B (or 0x4CCF5B) is known color: Emerald. HEX triplet: 4C, CF and 5B. RGB value is (76,207,91). Sum of RGB (Red+Green+Blue) = 76+207+91=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCF5B is #B330A4. Grayscale: #9A9A9A. Windows color (decimal): -11743397 or 6016844. OLE color: 6016844.
HSL color Cylindrical-coordinate representation of color #4CCF5B: hue angle of 126.87º 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 #4CCF5B is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 91 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.19 |
| HSL | 126.87º | 0.58% | 0.55% | - |
| HSV(B) | 126.87º | 0.63% | 0.81% | - |
| XYZ | 27.18 | 46.92 | 17.52 | - |
| YUV | 154.61 | 92.1 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 91 | 0.63 | 0 | 0.56 | 0.19 | 126.87 | 0.58 | 0.55 |
| Hex | 4C | CF | 5B | 3F | 0 | 38 | 13 | 7F | 3A | 37 |
| Octal | 114 | 317 | 133 | 77 | 0 | 70 | 23 | 177 | 72 | 67 |
| Binary | 1001100 | 11001111 | 1011011 | 111111 | 0 | 111000 | 10011 | 1111111 | 111010 | 110111 |
Color Harmonies of #4CCF5B
Complementary color
Monochromatic Colors of #4CCF5B
Black with #4CCF5B
Text Example
Text Example
White with #4CCF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF5B; }
p { color: rgb(76,207,91); }
H1.HeaderClassName
{
color: #4CCF5B;
}
.AnyTagClassName
{
color: #4CCF5B;
}
</style>
background-color css
<style>
a { background-color: #4CCF5B; }
a { background-color: rgb(76,207,91); }
div.DivClassName
{
background-color: #4CCF5B;
}
.BgClassName
{
background-color: #4CCF5B;
}
</style>
border-color css
<style>
span { border-color: #4CCF5B; }
span { border-color: rgb(76,207,91); }
td.TdClassName
{
border-color: #4CCF5B;
}
.TagClassName
{
border-color: #4CCF5B;
}
</style>