Shades of Emerald #3AF279
Tints of Emerald #3AF279
RGB
CMYK
RGB Variations
Color information
#3AF279 (or 0x3AF279) is known color: Emerald. HEX triplet: 3A, F2 and 79. RGB value is (58,242,121). Sum of RGB (Red+Green+Blue) = 58+242+121=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF279 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF279 is #C50D86. Grayscale: #ADADAD. Windows color (decimal): -12914055 or 7991866. OLE color: 7991866.
HSL color Cylindrical-coordinate representation of color #3AF279: hue angle of 140.54º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF279 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 121 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.05 |
| HSL | 140.54º | 0.88% | 0.59% | - |
| HSV(B) | 140.54º | 0.76% | 0.95% | - |
| XYZ | 36.95 | 65.78 | 28.84 | - |
| YUV | 173.19 | 98.54 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 121 | 0.76 | 0 | 0.50 | 0.05 | 140.54 | 0.88 | 0.59 |
| Hex | 3A | F2 | 79 | 4C | 0 | 32 | 5 | 8D | 58 | 3B |
| Octal | 72 | 362 | 171 | 114 | 0 | 62 | 5 | 215 | 130 | 73 |
| Binary | 111010 | 11110010 | 1111001 | 1001100 | 0 | 110010 | 101 | 10001101 | 1011000 | 111011 |
Color Harmonies of #3AF279
Complementary color
Monochromatic Colors of #3AF279
Black with #3AF279
Text Example
Text Example
White with #3AF279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF279; }
p { color: rgb(58,242,121); }
H1.HeaderClassName
{
color: #3AF279;
}
.AnyTagClassName
{
color: #3AF279;
}
</style>
background-color css
<style>
a { background-color: #3AF279; }
a { background-color: rgb(58,242,121); }
div.DivClassName
{
background-color: #3AF279;
}
.BgClassName
{
background-color: #3AF279;
}
</style>
border-color css
<style>
span { border-color: #3AF279; }
span { border-color: rgb(58,242,121); }
td.TdClassName
{
border-color: #3AF279;
}
.TagClassName
{
border-color: #3AF279;
}
</style>