Shades of Emerald #4AF183
Tints of Emerald #4AF183
RGB
CMYK
RGB Variations
Color information
#4AF183 (or 0x4AF183) is known color: Emerald. HEX triplet: 4A, F1 and 83. RGB value is (74,241,131). Sum of RGB (Red+Green+Blue) = 74+241+131=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF183 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF183 is #B50E7C. Grayscale: #B2B2B2. Windows color (decimal): -11865725 or 8646986. OLE color: 8646986.
HSL color Cylindrical-coordinate representation of color #4AF183: hue angle of 140.48º 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 #4AF183 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 131 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.05 |
| HSL | 140.48º | 0.86% | 0.62% | - |
| HSV(B) | 140.48º | 0.69% | 0.95% | - |
| XYZ | 38.38 | 66.01 | 32.19 | - |
| YUV | 178.53 | 101.17 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 131 | 0.69 | 0 | 0.46 | 0.05 | 140.48 | 0.86 | 0.62 |
| Hex | 4A | F1 | 83 | 45 | 0 | 2E | 5 | 8C | 56 | 3E |
| Octal | 112 | 361 | 203 | 105 | 0 | 56 | 5 | 214 | 126 | 76 |
| Binary | 1001010 | 11110001 | 10000011 | 1000101 | 0 | 101110 | 101 | 10001100 | 1010110 | 111110 |
Color Harmonies of #4AF183
Complementary color
Monochromatic Colors of #4AF183
Black with #4AF183
Text Example
Text Example
White with #4AF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF183; }
p { color: rgb(74,241,131); }
H1.HeaderClassName
{
color: #4AF183;
}
.AnyTagClassName
{
color: #4AF183;
}
</style>
background-color css
<style>
a { background-color: #4AF183; }
a { background-color: rgb(74,241,131); }
div.DivClassName
{
background-color: #4AF183;
}
.BgClassName
{
background-color: #4AF183;
}
</style>
border-color css
<style>
span { border-color: #4AF183; }
span { border-color: rgb(74,241,131); }
td.TdClassName
{
border-color: #4AF183;
}
.TagClassName
{
border-color: #4AF183;
}
</style>