Shades of Emerald #4ACC5D
Tints of Emerald #4ACC5D
RGB
CMYK
RGB Variations
Color information
#4ACC5D (or 0x4ACC5D) is known color: Emerald. HEX triplet: 4A, CC and 5D. RGB value is (74,204,93). Sum of RGB (Red+Green+Blue) = 74+204+93=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACC5D is #B533A2. Grayscale: #989898. Windows color (decimal): -11875235 or 6147146. OLE color: 6147146.
HSL color Cylindrical-coordinate representation of color #4ACC5D: hue angle of 128.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACC5D is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 93 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.2 |
| HSL | 128.77º | 0.56% | 0.55% | - |
| HSV(B) | 128.77º | 0.64% | 0.8% | - |
| XYZ | 26.39 | 45.43 | 17.73 | - |
| YUV | 152.48 | 94.43 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 93 | 0.64 | 0 | 0.54 | 0.2 | 128.77 | 0.56 | 0.55 |
| Hex | 4A | CC | 5D | 40 | 0 | 36 | 14 | 81 | 38 | 37 |
| Octal | 112 | 314 | 135 | 100 | 0 | 66 | 24 | 201 | 70 | 67 |
| Binary | 1001010 | 11001100 | 1011101 | 1000000 | 0 | 110110 | 10100 | 10000001 | 111000 | 110111 |
Color Harmonies of #4ACC5D
Complementary color
Monochromatic Colors of #4ACC5D
Black with #4ACC5D
Text Example
Text Example
White with #4ACC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC5D; }
p { color: rgb(74,204,93); }
H1.HeaderClassName
{
color: #4ACC5D;
}
.AnyTagClassName
{
color: #4ACC5D;
}
</style>
background-color css
<style>
a { background-color: #4ACC5D; }
a { background-color: rgb(74,204,93); }
div.DivClassName
{
background-color: #4ACC5D;
}
.BgClassName
{
background-color: #4ACC5D;
}
</style>
border-color css
<style>
span { border-color: #4ACC5D; }
span { border-color: rgb(74,204,93); }
td.TdClassName
{
border-color: #4ACC5D;
}
.TagClassName
{
border-color: #4ACC5D;
}
</style>