Shades of Emerald #4ADF62
Tints of Emerald #4ADF62
RGB
CMYK
RGB Variations
Color information
#4ADF62 (or 0x4ADF62) is known color: Emerald. HEX triplet: 4A, DF and 62. RGB value is (74,223,98). Sum of RGB (Red+Green+Blue) = 74+223+98=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADF62 is #B5209D. Grayscale: #A4A4A4. Windows color (decimal): -11870366 or 6479690. OLE color: 6479690.
HSL color Cylindrical-coordinate representation of color #4ADF62: hue angle of 129.66º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADF62 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 98 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.13 |
| HSL | 129.66º | 0.7% | 0.58% | - |
| HSV(B) | 129.66º | 0.67% | 0.87% | - |
| XYZ | 31.42 | 55.11 | 20.54 | - |
| YUV | 164.2 | 90.64 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 98 | 0.67 | 0 | 0.56 | 0.13 | 129.66 | 0.7 | 0.58 |
| Hex | 4A | DF | 62 | 43 | 0 | 38 | D | 82 | 46 | 3A |
| Octal | 112 | 337 | 142 | 103 | 0 | 70 | 15 | 202 | 106 | 72 |
| Binary | 1001010 | 11011111 | 1100010 | 1000011 | 0 | 111000 | 1101 | 10000010 | 1000110 | 111010 |
Color Harmonies of #4ADF62
Complementary color
Monochromatic Colors of #4ADF62
Black with #4ADF62
Text Example
Text Example
White with #4ADF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF62; }
p { color: rgb(74,223,98); }
H1.HeaderClassName
{
color: #4ADF62;
}
.AnyTagClassName
{
color: #4ADF62;
}
</style>
background-color css
<style>
a { background-color: #4ADF62; }
a { background-color: rgb(74,223,98); }
div.DivClassName
{
background-color: #4ADF62;
}
.BgClassName
{
background-color: #4ADF62;
}
</style>
border-color css
<style>
span { border-color: #4ADF62; }
span { border-color: rgb(74,223,98); }
td.TdClassName
{
border-color: #4ADF62;
}
.TagClassName
{
border-color: #4ADF62;
}
</style>