Shades of Emerald #3AF978
Tints of Emerald #3AF978
RGB
CMYK
RGB Variations
Color information
#3AF978 (or 0x3AF978) is known color: Emerald. HEX triplet: 3A, F9 and 78. RGB value is (58,249,120). Sum of RGB (Red+Green+Blue) = 58+249+120=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 249 (97.66% from 255 or 58.31% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF978 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF978 is #C50687. Grayscale: #B1B1B1. Windows color (decimal): -12912264 or 7928122. OLE color: 7928122.
HSL color Cylindrical-coordinate representation of color #3AF978: hue angle of 139.48º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF978 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 120 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.02 |
| HSL | 139.48º | 0.94% | 0.6% | - |
| HSV(B) | 139.48º | 0.77% | 0.98% | - |
| XYZ | 39.01 | 70.01 | 29.23 | - |
| YUV | 177.19 | 95.72 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 120 | 0.77 | 0 | 0.52 | 0.02 | 139.48 | 0.94 | 0.6 |
| Hex | 3A | F9 | 78 | 4D | 0 | 34 | 2 | 8B | 5E | 3C |
| Octal | 72 | 371 | 170 | 115 | 0 | 64 | 2 | 213 | 136 | 74 |
| Binary | 111010 | 11111001 | 1111000 | 1001101 | 0 | 110100 | 10 | 10001011 | 1011110 | 111100 |
Color Harmonies of #3AF978
Complementary color
Monochromatic Colors of #3AF978
Black with #3AF978
Text Example
Text Example
White with #3AF978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF978; }
p { color: rgb(58,249,120); }
H1.HeaderClassName
{
color: #3AF978;
}
.AnyTagClassName
{
color: #3AF978;
}
</style>
background-color css
<style>
a { background-color: #3AF978; }
a { background-color: rgb(58,249,120); }
div.DivClassName
{
background-color: #3AF978;
}
.BgClassName
{
background-color: #3AF978;
}
</style>
border-color css
<style>
span { border-color: #3AF978; }
span { border-color: rgb(58,249,120); }
td.TdClassName
{
border-color: #3AF978;
}
.TagClassName
{
border-color: #3AF978;
}
</style>