Shades of Emerald #4ADF83
Tints of Emerald #4ADF83
RGB
CMYK
RGB Variations
Color information
#4ADF83 (or 0x4ADF83) is known color: Emerald. HEX triplet: 4A, DF and 83. RGB value is (74,223,131). Sum of RGB (Red+Green+Blue) = 74+223+131=428 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.29% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADF83 is #B5207C. Grayscale: #A8A8A8. Windows color (decimal): -11870333 or 8642378. OLE color: 8642378.
HSL color Cylindrical-coordinate representation of color #4ADF83: hue angle of 142.95º 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 #4ADF83 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 131 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.13 |
| HSL | 142.95º | 0.7% | 0.58% | - |
| HSV(B) | 142.95º | 0.67% | 0.87% | - |
| XYZ | 33.31 | 55.87 | 30.5 | - |
| YUV | 167.96 | 107.14 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 131 | 0.67 | 0 | 0.41 | 0.13 | 142.95 | 0.7 | 0.58 |
| Hex | 4A | DF | 83 | 43 | 0 | 29 | D | 8F | 46 | 3A |
| Octal | 112 | 337 | 203 | 103 | 0 | 51 | 15 | 217 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10000011 | 1000011 | 0 | 101001 | 1101 | 10001111 | 1000110 | 111010 |
Color Harmonies of #4ADF83
Complementary color
Monochromatic Colors of #4ADF83
Black with #4ADF83
Text Example
Text Example
White with #4ADF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF83; }
p { color: rgb(74,223,131); }
H1.HeaderClassName
{
color: #4ADF83;
}
.AnyTagClassName
{
color: #4ADF83;
}
</style>
background-color css
<style>
a { background-color: #4ADF83; }
a { background-color: rgb(74,223,131); }
div.DivClassName
{
background-color: #4ADF83;
}
.BgClassName
{
background-color: #4ADF83;
}
</style>
border-color css
<style>
span { border-color: #4ADF83; }
span { border-color: rgb(74,223,131); }
td.TdClassName
{
border-color: #4ADF83;
}
.TagClassName
{
border-color: #4ADF83;
}
</style>