Shades of Emerald #4ACC67
Tints of Emerald #4ACC67
RGB
CMYK
RGB Variations
Color information
#4ACC67 (or 0x4ACC67) is known color: Emerald. HEX triplet: 4A, CC and 67. RGB value is (74,204,103). Sum of RGB (Red+Green+Blue) = 74+204+103=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACC67 is #B53398. Grayscale: #999999. Windows color (decimal): -11875225 or 6802506. OLE color: 6802506.
HSL color Cylindrical-coordinate representation of color #4ACC67: hue angle of 133.38º 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 #4ACC67 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 103 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.2 |
| HSL | 133.38º | 0.56% | 0.55% | - |
| HSV(B) | 133.38º | 0.64% | 0.8% | - |
| XYZ | 26.87 | 45.62 | 20.22 | - |
| YUV | 153.62 | 99.43 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 103 | 0.64 | 0 | 0.50 | 0.2 | 133.38 | 0.56 | 0.55 |
| Hex | 4A | CC | 67 | 40 | 0 | 32 | 14 | 85 | 38 | 37 |
| Octal | 112 | 314 | 147 | 100 | 0 | 62 | 24 | 205 | 70 | 67 |
| Binary | 1001010 | 11001100 | 1100111 | 1000000 | 0 | 110010 | 10100 | 10000101 | 111000 | 110111 |
Color Harmonies of #4ACC67
Complementary color
Monochromatic Colors of #4ACC67
Black with #4ACC67
Text Example
Text Example
White with #4ACC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC67; }
p { color: rgb(74,204,103); }
H1.HeaderClassName
{
color: #4ACC67;
}
.AnyTagClassName
{
color: #4ACC67;
}
</style>
background-color css
<style>
a { background-color: #4ACC67; }
a { background-color: rgb(74,204,103); }
div.DivClassName
{
background-color: #4ACC67;
}
.BgClassName
{
background-color: #4ACC67;
}
</style>
border-color css
<style>
span { border-color: #4ACC67; }
span { border-color: rgb(74,204,103); }
td.TdClassName
{
border-color: #4ACC67;
}
.TagClassName
{
border-color: #4ACC67;
}
</style>