Shades of Emerald #4AE666
Tints of Emerald #4AE666
RGB
CMYK
RGB Variations
Color information
#4AE666 (or 0x4AE666) is known color: Emerald. HEX triplet: 4A, E6 and 66. RGB value is (74,230,102). Sum of RGB (Red+Green+Blue) = 74+230+102=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 230 (90.23% from 255 or 56.65% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AE666 is #B51999. Grayscale: #A9A9A9. Windows color (decimal): -11868570 or 6743626. OLE color: 6743626.
HSL color Cylindrical-coordinate representation of color #4AE666: hue angle of 130.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE666 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 102 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.10 |
| HSL | 130.77º | 0.76% | 0.6% | - |
| HSV(B) | 130.77º | 0.68% | 0.9% | - |
| XYZ | 33.52 | 59.01 | 22.19 | - |
| YUV | 168.76 | 90.32 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 102 | 0.68 | 0 | 0.56 | 0.10 | 130.77 | 0.76 | 0.6 |
| Hex | 4A | E6 | 66 | 44 | 0 | 38 | A | 83 | 4C | 3C |
| Octal | 112 | 346 | 146 | 104 | 0 | 70 | 12 | 203 | 114 | 74 |
| Binary | 1001010 | 11100110 | 1100110 | 1000100 | 0 | 111000 | 1010 | 10000011 | 1001100 | 111100 |
Color Harmonies of #4AE666
Complementary color
Monochromatic Colors of #4AE666
Black with #4AE666
Text Example
Text Example
White with #4AE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE666; }
p { color: rgb(74,230,102); }
H1.HeaderClassName
{
color: #4AE666;
}
.AnyTagClassName
{
color: #4AE666;
}
</style>
background-color css
<style>
a { background-color: #4AE666; }
a { background-color: rgb(74,230,102); }
div.DivClassName
{
background-color: #4AE666;
}
.BgClassName
{
background-color: #4AE666;
}
</style>
border-color css
<style>
span { border-color: #4AE666; }
span { border-color: rgb(74,230,102); }
td.TdClassName
{
border-color: #4AE666;
}
.TagClassName
{
border-color: #4AE666;
}
</style>