Shades of Emerald #3AF275
Tints of Emerald #3AF275
RGB
CMYK
RGB Variations
Color information
#3AF275 (or 0x3AF275) is known color: Emerald. HEX triplet: 3A, F2 and 75. RGB value is (58,242,117). Sum of RGB (Red+Green+Blue) = 58+242+117=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF275 is #C50D8A. Grayscale: #ADADAD. Windows color (decimal): -12914059 or 7729722. OLE color: 7729722.
HSL color Cylindrical-coordinate representation of color #3AF275: hue angle of 139.24º 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 #3AF275 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 117 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.05 |
| HSL | 139.24º | 0.88% | 0.59% | - |
| HSV(B) | 139.24º | 0.76% | 0.95% | - |
| XYZ | 36.71 | 65.69 | 27.57 | - |
| YUV | 172.73 | 96.54 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 117 | 0.76 | 0 | 0.52 | 0.05 | 139.24 | 0.88 | 0.59 |
| Hex | 3A | F2 | 75 | 4C | 0 | 34 | 5 | 8B | 58 | 3B |
| Octal | 72 | 362 | 165 | 114 | 0 | 64 | 5 | 213 | 130 | 73 |
| Binary | 111010 | 11110010 | 1110101 | 1001100 | 0 | 110100 | 101 | 10001011 | 1011000 | 111011 |
Color Harmonies of #3AF275
Complementary color
Monochromatic Colors of #3AF275
Black with #3AF275
Text Example
Text Example
White with #3AF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF275; }
p { color: rgb(58,242,117); }
H1.HeaderClassName
{
color: #3AF275;
}
.AnyTagClassName
{
color: #3AF275;
}
</style>
background-color css
<style>
a { background-color: #3AF275; }
a { background-color: rgb(58,242,117); }
div.DivClassName
{
background-color: #3AF275;
}
.BgClassName
{
background-color: #3AF275;
}
</style>
border-color css
<style>
span { border-color: #3AF275; }
span { border-color: rgb(58,242,117); }
td.TdClassName
{
border-color: #3AF275;
}
.TagClassName
{
border-color: #3AF275;
}
</style>