Shades of Emerald #4CCB69
Tints of Emerald #4CCB69
RGB
CMYK
RGB Variations
Color information
#4CCB69 (or 0x4CCB69) is known color: Emerald. HEX triplet: 4C, CB and 69. RGB value is (76,203,105). Sum of RGB (Red+Green+Blue) = 76+203+105=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCB69 is #B33496. Grayscale: #9A9A9A. Windows color (decimal): -11744407 or 6933324. OLE color: 6933324.
HSL color Cylindrical-coordinate representation of color #4CCB69: hue angle of 133.7º degrees, saturation: 0.55, 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 #4CCB69 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 105 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.20 |
| HSL | 133.7º | 0.55% | 0.55% | - |
| HSV(B) | 133.7º | 0.63% | 0.8% | - |
| XYZ | 26.89 | 45.27 | 20.69 | - |
| YUV | 153.86 | 100.42 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 105 | 0.63 | 0 | 0.48 | 0.20 | 133.7 | 0.55 | 0.55 |
| Hex | 4C | CB | 69 | 3F | 0 | 30 | 14 | 86 | 37 | 37 |
| Octal | 114 | 313 | 151 | 77 | 0 | 60 | 24 | 206 | 67 | 67 |
| Binary | 1001100 | 11001011 | 1101001 | 111111 | 0 | 110000 | 10100 | 10000110 | 110111 | 110111 |
Color Harmonies of #4CCB69
Complementary color
Monochromatic Colors of #4CCB69
Black with #4CCB69
Text Example
Text Example
White with #4CCB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCB69; }
p { color: rgb(76,203,105); }
H1.HeaderClassName
{
color: #4CCB69;
}
.AnyTagClassName
{
color: #4CCB69;
}
</style>
background-color css
<style>
a { background-color: #4CCB69; }
a { background-color: rgb(76,203,105); }
div.DivClassName
{
background-color: #4CCB69;
}
.BgClassName
{
background-color: #4CCB69;
}
</style>
border-color css
<style>
span { border-color: #4CCB69; }
span { border-color: rgb(76,203,105); }
td.TdClassName
{
border-color: #4CCB69;
}
.TagClassName
{
border-color: #4CCB69;
}
</style>