Shades of Emerald #4AF17E
Tints of Emerald #4AF17E
RGB
CMYK
RGB Variations
Color information
#4AF17E (or 0x4AF17E) is known color: Emerald. HEX triplet: 4A, F1 and 7E. RGB value is (74,241,126). Sum of RGB (Red+Green+Blue) = 74+241+126=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF17E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF17E is #B50E81. Grayscale: #B2B2B2. Windows color (decimal): -11865730 or 8319306. OLE color: 8319306.
HSL color Cylindrical-coordinate representation of color #4AF17E: hue angle of 138.68º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF17E is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 126 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.05 |
| HSL | 138.68º | 0.86% | 0.62% | - |
| HSV(B) | 138.68º | 0.69% | 0.95% | - |
| XYZ | 38.05 | 65.87 | 30.45 | - |
| YUV | 177.96 | 98.67 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 126 | 0.69 | 0 | 0.48 | 0.05 | 138.68 | 0.86 | 0.62 |
| Hex | 4A | F1 | 7E | 45 | 0 | 30 | 5 | 8B | 56 | 3E |
| Octal | 112 | 361 | 176 | 105 | 0 | 60 | 5 | 213 | 126 | 76 |
| Binary | 1001010 | 11110001 | 1111110 | 1000101 | 0 | 110000 | 101 | 10001011 | 1010110 | 111110 |
Color Harmonies of #4AF17E
Complementary color
Monochromatic Colors of #4AF17E
Black with #4AF17E
Text Example
Text Example
White with #4AF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF17E; }
p { color: rgb(74,241,126); }
H1.HeaderClassName
{
color: #4AF17E;
}
.AnyTagClassName
{
color: #4AF17E;
}
</style>
background-color css
<style>
a { background-color: #4AF17E; }
a { background-color: rgb(74,241,126); }
div.DivClassName
{
background-color: #4AF17E;
}
.BgClassName
{
background-color: #4AF17E;
}
</style>
border-color css
<style>
span { border-color: #4AF17E; }
span { border-color: rgb(74,241,126); }
td.TdClassName
{
border-color: #4AF17E;
}
.TagClassName
{
border-color: #4AF17E;
}
</style>