Shades of Emerald #3AF283
Tints of Emerald #3AF283
RGB
CMYK
RGB Variations
Color information
#3AF283 (or 0x3AF283) is known color: Emerald. HEX triplet: 3A, F2 and 83. RGB value is (58,242,131). Sum of RGB (Red+Green+Blue) = 58+242+131=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF283 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF283 is #C50D7C. Grayscale: #AEAEAE. Windows color (decimal): -12914045 or 8647226. OLE color: 8647226.
HSL color Cylindrical-coordinate representation of color #3AF283: hue angle of 143.8º 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 #3AF283 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 131 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.05 |
| HSL | 143.8º | 0.88% | 0.59% | - |
| HSV(B) | 143.8º | 0.76% | 0.95% | - |
| XYZ | 37.59 | 66.04 | 32.24 | - |
| YUV | 174.33 | 103.54 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 131 | 0.76 | 0 | 0.46 | 0.05 | 143.8 | 0.88 | 0.59 |
| Hex | 3A | F2 | 83 | 4C | 0 | 2E | 5 | 90 | 58 | 3B |
| Octal | 72 | 362 | 203 | 114 | 0 | 56 | 5 | 220 | 130 | 73 |
| Binary | 111010 | 11110010 | 10000011 | 1001100 | 0 | 101110 | 101 | 10010000 | 1011000 | 111011 |
Color Harmonies of #3AF283
Complementary color
Monochromatic Colors of #3AF283
Black with #3AF283
Text Example
Text Example
White with #3AF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF283; }
p { color: rgb(58,242,131); }
H1.HeaderClassName
{
color: #3AF283;
}
.AnyTagClassName
{
color: #3AF283;
}
</style>
background-color css
<style>
a { background-color: #3AF283; }
a { background-color: rgb(58,242,131); }
div.DivClassName
{
background-color: #3AF283;
}
.BgClassName
{
background-color: #3AF283;
}
</style>
border-color css
<style>
span { border-color: #3AF283; }
span { border-color: rgb(58,242,131); }
td.TdClassName
{
border-color: #3AF283;
}
.TagClassName
{
border-color: #3AF283;
}
</style>