Shades of Emerald #4ADF69
Tints of Emerald #4ADF69
RGB
CMYK
RGB Variations
Color information
#4ADF69 (or 0x4ADF69) is known color: Emerald. HEX triplet: 4A, DF and 69. RGB value is (74,223,105). Sum of RGB (Red+Green+Blue) = 74+223+105=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADF69 is #B52096. Grayscale: #A5A5A5. Windows color (decimal): -11870359 or 6938442. OLE color: 6938442.
HSL color Cylindrical-coordinate representation of color #4ADF69: hue angle of 132.48º 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 #4ADF69 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 105 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.13 |
| HSL | 132.48º | 0.7% | 0.58% | - |
| HSV(B) | 132.48º | 0.67% | 0.87% | - |
| XYZ | 31.76 | 55.25 | 22.36 | - |
| YUV | 165 | 94.14 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 105 | 0.67 | 0 | 0.53 | 0.13 | 132.48 | 0.7 | 0.58 |
| Hex | 4A | DF | 69 | 43 | 0 | 35 | D | 84 | 46 | 3A |
| Octal | 112 | 337 | 151 | 103 | 0 | 65 | 15 | 204 | 106 | 72 |
| Binary | 1001010 | 11011111 | 1101001 | 1000011 | 0 | 110101 | 1101 | 10000100 | 1000110 | 111010 |
Color Harmonies of #4ADF69
Complementary color
Monochromatic Colors of #4ADF69
Black with #4ADF69
Text Example
Text Example
White with #4ADF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF69; }
p { color: rgb(74,223,105); }
H1.HeaderClassName
{
color: #4ADF69;
}
.AnyTagClassName
{
color: #4ADF69;
}
</style>
background-color css
<style>
a { background-color: #4ADF69; }
a { background-color: rgb(74,223,105); }
div.DivClassName
{
background-color: #4ADF69;
}
.BgClassName
{
background-color: #4ADF69;
}
</style>
border-color css
<style>
span { border-color: #4ADF69; }
span { border-color: rgb(74,223,105); }
td.TdClassName
{
border-color: #4ADF69;
}
.TagClassName
{
border-color: #4ADF69;
}
</style>