Shades of Emerald #4AD455
Tints of Emerald #4AD455
RGB
CMYK
RGB Variations
Color information
#4AD455 (or 0x4AD455) is known color: Emerald. HEX triplet: 4A, D4 and 55. RGB value is (74,212,85). Sum of RGB (Red+Green+Blue) = 74+212+85=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD455 is #B52BAA. Grayscale: #9C9C9C. Windows color (decimal): -11873195 or 5624906. OLE color: 5624906.
HSL color Cylindrical-coordinate representation of color #4AD455: hue angle of 124.78º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD455 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 212 | 85 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.17 |
| HSL | 124.78º | 0.62% | 0.56% | - |
| HSV(B) | 124.78º | 0.65% | 0.83% | - |
| XYZ | 28.01 | 49.2 | 16.61 | - |
| YUV | 156.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 212 | 85 | 0.65 | 0 | 0.60 | 0.17 | 124.78 | 0.62 | 0.56 |
| Hex | 4A | D4 | 55 | 41 | 0 | 3C | 11 | 7D | 3E | 38 |
| Octal | 112 | 324 | 125 | 101 | 0 | 74 | 21 | 175 | 76 | 70 |
| Binary | 1001010 | 11010100 | 1010101 | 1000001 | 0 | 111100 | 10001 | 1111101 | 111110 | 111000 |
Color Harmonies of #4AD455
Complementary color
Monochromatic Colors of #4AD455
Black with #4AD455
Text Example
Text Example
White with #4AD455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD455; }
p { color: rgb(74,212,85); }
H1.HeaderClassName
{
color: #4AD455;
}
.AnyTagClassName
{
color: #4AD455;
}
</style>
background-color css
<style>
a { background-color: #4AD455; }
a { background-color: rgb(74,212,85); }
div.DivClassName
{
background-color: #4AD455;
}
.BgClassName
{
background-color: #4AD455;
}
</style>
border-color css
<style>
span { border-color: #4AD455; }
span { border-color: rgb(74,212,85); }
td.TdClassName
{
border-color: #4AD455;
}
.TagClassName
{
border-color: #4AD455;
}
</style>