Shades of Emerald #4CCF6B
Tints of Emerald #4CCF6B
RGB
CMYK
RGB Variations
Color information
#4CCF6B (or 0x4CCF6B) is known color: Emerald. HEX triplet: 4C, CF and 6B. RGB value is (76,207,107). Sum of RGB (Red+Green+Blue) = 76+207+107=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCF6B is #B33094. Grayscale: #9C9C9C. Windows color (decimal): -11743381 or 7065420. OLE color: 7065420.
HSL color Cylindrical-coordinate representation of color #4CCF6B: hue angle of 134.2º 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 #4CCF6B is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 107 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.19 |
| HSL | 134.2º | 0.58% | 0.55% | - |
| HSV(B) | 134.2º | 0.63% | 0.81% | - |
| XYZ | 27.95 | 47.22 | 21.55 | - |
| YUV | 156.43 | 100.1 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 107 | 0.63 | 0 | 0.48 | 0.19 | 134.2 | 0.58 | 0.55 |
| Hex | 4C | CF | 6B | 3F | 0 | 30 | 13 | 86 | 3A | 37 |
| Octal | 114 | 317 | 153 | 77 | 0 | 60 | 23 | 206 | 72 | 67 |
| Binary | 1001100 | 11001111 | 1101011 | 111111 | 0 | 110000 | 10011 | 10000110 | 111010 | 110111 |
Color Harmonies of #4CCF6B
Complementary color
Monochromatic Colors of #4CCF6B
Black with #4CCF6B
Text Example
Text Example
White with #4CCF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF6B; }
p { color: rgb(76,207,107); }
H1.HeaderClassName
{
color: #4CCF6B;
}
.AnyTagClassName
{
color: #4CCF6B;
}
</style>
background-color css
<style>
a { background-color: #4CCF6B; }
a { background-color: rgb(76,207,107); }
div.DivClassName
{
background-color: #4CCF6B;
}
.BgClassName
{
background-color: #4CCF6B;
}
</style>
border-color css
<style>
span { border-color: #4CCF6B; }
span { border-color: rgb(76,207,107); }
td.TdClassName
{
border-color: #4CCF6B;
}
.TagClassName
{
border-color: #4CCF6B;
}
</style>