Shades of Emerald #4CCC69
Tints of Emerald #4CCC69
RGB
CMYK
RGB Variations
Color information
#4CCC69 (or 0x4CCC69) is known color: Emerald. HEX triplet: 4C, CC and 69. RGB value is (76,204,105). Sum of RGB (Red+Green+Blue) = 76+204+105=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCC69 is #B33396. Grayscale: #9A9A9A. Windows color (decimal): -11744151 or 6933580. OLE color: 6933580.
HSL color Cylindrical-coordinate representation of color #4CCC69: hue angle of 133.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCC69 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 105 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.2 |
| HSL | 133.59º | 0.56% | 0.55% | - |
| HSV(B) | 133.59º | 0.63% | 0.8% | - |
| XYZ | 27.12 | 45.74 | 20.76 | - |
| YUV | 154.44 | 100.09 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 105 | 0.63 | 0 | 0.49 | 0.2 | 133.59 | 0.56 | 0.55 |
| Hex | 4C | CC | 69 | 3F | 0 | 31 | 14 | 86 | 38 | 37 |
| Octal | 114 | 314 | 151 | 77 | 0 | 61 | 24 | 206 | 70 | 67 |
| Binary | 1001100 | 11001100 | 1101001 | 111111 | 0 | 110001 | 10100 | 10000110 | 111000 | 110111 |
Color Harmonies of #4CCC69
Complementary color
Monochromatic Colors of #4CCC69
Black with #4CCC69
Text Example
Text Example
White with #4CCC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC69; }
p { color: rgb(76,204,105); }
H1.HeaderClassName
{
color: #4CCC69;
}
.AnyTagClassName
{
color: #4CCC69;
}
</style>
background-color css
<style>
a { background-color: #4CCC69; }
a { background-color: rgb(76,204,105); }
div.DivClassName
{
background-color: #4CCC69;
}
.BgClassName
{
background-color: #4CCC69;
}
</style>
border-color css
<style>
span { border-color: #4CCC69; }
span { border-color: rgb(76,204,105); }
td.TdClassName
{
border-color: #4CCC69;
}
.TagClassName
{
border-color: #4CCC69;
}
</style>