Shades of Emerald #4CC083
Tints of Emerald #4CC083
RGB
CMYK
RGB Variations
Color information
#4CC083 (or 0x4CC083) is known color: Emerald. HEX triplet: 4C, C0 and 83. RGB value is (76,192,131). Sum of RGB (Red+Green+Blue) = 76+192+131=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC083 is #B33F7C. Grayscale: #969696. Windows color (decimal): -11747197 or 8634444. OLE color: 8634444.
HSL color Cylindrical-coordinate representation of color #4CC083: hue angle of 148.45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC083 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 131 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.25 |
| HSL | 148.45º | 0.48% | 0.53% | - |
| HSV(B) | 148.45º | 0.6% | 0.75% | - |
| XYZ | 25.93 | 40.87 | 28 | - |
| YUV | 150.36 | 117.07 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 131 | 0.60 | 0 | 0.32 | 0.25 | 148.45 | 0.48 | 0.53 |
| Hex | 4C | C0 | 83 | 3C | 0 | 20 | 19 | 94 | 30 | 35 |
| Octal | 114 | 300 | 203 | 74 | 0 | 40 | 31 | 224 | 60 | 65 |
| Binary | 1001100 | 11000000 | 10000011 | 111100 | 0 | 100000 | 11001 | 10010100 | 110000 | 110101 |
Color Harmonies of #4CC083
Complementary color
Monochromatic Colors of #4CC083
Black with #4CC083
Text Example
Text Example
White with #4CC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC083; }
p { color: rgb(76,192,131); }
H1.HeaderClassName
{
color: #4CC083;
}
.AnyTagClassName
{
color: #4CC083;
}
</style>
background-color css
<style>
a { background-color: #4CC083; }
a { background-color: rgb(76,192,131); }
div.DivClassName
{
background-color: #4CC083;
}
.BgClassName
{
background-color: #4CC083;
}
</style>
border-color css
<style>
span { border-color: #4CC083; }
span { border-color: rgb(76,192,131); }
td.TdClassName
{
border-color: #4CC083;
}
.TagClassName
{
border-color: #4CC083;
}
</style>