Shades of Emerald #3AF381
Tints of Emerald #3AF381
RGB
CMYK
RGB Variations
Color information
#3AF381 (or 0x3AF381) is known color: Emerald. HEX triplet: 3A, F3 and 81. RGB value is (58,243,129). Sum of RGB (Red+Green+Blue) = 58+243+129=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF381 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF381 is #C50C7E. Grayscale: #AEAEAE. Windows color (decimal): -12913791 or 8516410. OLE color: 8516410.
HSL color Cylindrical-coordinate representation of color #3AF381: hue angle of 143.03º degrees, saturation: 0.89, 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 #3AF381 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 129 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.05 |
| HSL | 143.03º | 0.89% | 0.59% | - |
| HSV(B) | 143.03º | 0.76% | 0.95% | - |
| XYZ | 37.76 | 66.59 | 31.63 | - |
| YUV | 174.69 | 102.21 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 129 | 0.76 | 0 | 0.47 | 0.05 | 143.03 | 0.89 | 0.59 |
| Hex | 3A | F3 | 81 | 4C | 0 | 2F | 5 | 8F | 59 | 3B |
| Octal | 72 | 363 | 201 | 114 | 0 | 57 | 5 | 217 | 131 | 73 |
| Binary | 111010 | 11110011 | 10000001 | 1001100 | 0 | 101111 | 101 | 10001111 | 1011001 | 111011 |
Color Harmonies of #3AF381
Complementary color
Monochromatic Colors of #3AF381
Black with #3AF381
Text Example
Text Example
White with #3AF381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF381; }
p { color: rgb(58,243,129); }
H1.HeaderClassName
{
color: #3AF381;
}
.AnyTagClassName
{
color: #3AF381;
}
</style>
background-color css
<style>
a { background-color: #3AF381; }
a { background-color: rgb(58,243,129); }
div.DivClassName
{
background-color: #3AF381;
}
.BgClassName
{
background-color: #3AF381;
}
</style>
border-color css
<style>
span { border-color: #3AF381; }
span { border-color: rgb(58,243,129); }
td.TdClassName
{
border-color: #3AF381;
}
.TagClassName
{
border-color: #3AF381;
}
</style>