Shades of Emerald #4AF07D
Tints of Emerald #4AF07D
RGB
CMYK
RGB Variations
Color information
#4AF07D (or 0x4AF07D) is known color: Emerald. HEX triplet: 4A, F0 and 7D. RGB value is (74,240,125). Sum of RGB (Red+Green+Blue) = 74+240+125=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF07D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF07D is #B50F82. Grayscale: #B1B1B1. Windows color (decimal): -11865987 or 8253514. OLE color: 8253514.
HSL color Cylindrical-coordinate representation of color #4AF07D: hue angle of 138.43º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF07D is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 125 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.06 |
| HSL | 138.43º | 0.85% | 0.62% | - |
| HSV(B) | 138.43º | 0.69% | 0.94% | - |
| XYZ | 37.69 | 65.26 | 30.01 | - |
| YUV | 177.26 | 98.5 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 125 | 0.69 | 0 | 0.48 | 0.06 | 138.43 | 0.85 | 0.62 |
| Hex | 4A | F0 | 7D | 45 | 0 | 30 | 6 | 8A | 55 | 3E |
| Octal | 112 | 360 | 175 | 105 | 0 | 60 | 6 | 212 | 125 | 76 |
| Binary | 1001010 | 11110000 | 1111101 | 1000101 | 0 | 110000 | 110 | 10001010 | 1010101 | 111110 |
Color Harmonies of #4AF07D
Complementary color
Monochromatic Colors of #4AF07D
Black with #4AF07D
Text Example
Text Example
White with #4AF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF07D; }
p { color: rgb(74,240,125); }
H1.HeaderClassName
{
color: #4AF07D;
}
.AnyTagClassName
{
color: #4AF07D;
}
</style>
background-color css
<style>
a { background-color: #4AF07D; }
a { background-color: rgb(74,240,125); }
div.DivClassName
{
background-color: #4AF07D;
}
.BgClassName
{
background-color: #4AF07D;
}
</style>
border-color css
<style>
span { border-color: #4AF07D; }
span { border-color: rgb(74,240,125); }
td.TdClassName
{
border-color: #4AF07D;
}
.TagClassName
{
border-color: #4AF07D;
}
</style>