Shades of Emerald #4AF18B
Tints of Emerald #4AF18B
RGB
CMYK
RGB Variations
Color information
#4AF18B (or 0x4AF18B) is known color: Emerald. HEX triplet: 4A, F1 and 8B. RGB value is (74,241,139). Sum of RGB (Red+Green+Blue) = 74+241+139=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF18B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF18B is #B50E74. Grayscale: #B3B3B3. Windows color (decimal): -11865717 or 9171274. OLE color: 9171274.
HSL color Cylindrical-coordinate representation of color #4AF18B: hue angle of 143.35º 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 #4AF18B is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 139 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.05 |
| HSL | 143.35º | 0.86% | 0.62% | - |
| HSV(B) | 143.35º | 0.69% | 0.95% | - |
| XYZ | 38.94 | 66.23 | 35.16 | - |
| YUV | 179.44 | 105.17 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 139 | 0.69 | 0 | 0.42 | 0.05 | 143.35 | 0.86 | 0.62 |
| Hex | 4A | F1 | 8B | 45 | 0 | 2A | 5 | 8F | 56 | 3E |
| Octal | 112 | 361 | 213 | 105 | 0 | 52 | 5 | 217 | 126 | 76 |
| Binary | 1001010 | 11110001 | 10001011 | 1000101 | 0 | 101010 | 101 | 10001111 | 1010110 | 111110 |
Color Harmonies of #4AF18B
Complementary color
Monochromatic Colors of #4AF18B
Black with #4AF18B
Text Example
Text Example
White with #4AF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF18B; }
p { color: rgb(74,241,139); }
H1.HeaderClassName
{
color: #4AF18B;
}
.AnyTagClassName
{
color: #4AF18B;
}
</style>
background-color css
<style>
a { background-color: #4AF18B; }
a { background-color: rgb(74,241,139); }
div.DivClassName
{
background-color: #4AF18B;
}
.BgClassName
{
background-color: #4AF18B;
}
</style>
border-color css
<style>
span { border-color: #4AF18B; }
span { border-color: rgb(74,241,139); }
td.TdClassName
{
border-color: #4AF18B;
}
.TagClassName
{
border-color: #4AF18B;
}
</style>