Shades of Harlequin #3AE115
Tints of Harlequin #3AE115
RGB
CMYK
RGB Variations
Color information
#3AE115 (or 0x3AE115) is known color: Harlequin. HEX triplet: 3A, E1 and 15. RGB value is (58,225,21). Sum of RGB (Red+Green+Blue) = 58+225+21=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE115 is #C51EEA. Grayscale: #989898. Windows color (decimal): -12918507 or 1433914. OLE color: 1433914.
HSL color Cylindrical-coordinate representation of color #3AE115: hue angle of 109.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AE115 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 225 | 21 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.12 |
| HSL | 109.12º | 0.83% | 0.48% | - |
| HSV(B) | 109.12º | 0.91% | 0.88% | - |
| XYZ | 28.81 | 54.8 | 9.77 | - |
| YUV | 151.81 | 54.17 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 225 | 21 | 0.74 | 0 | 0.91 | 0.12 | 109.12 | 0.83 | 0.48 |
| Hex | 3A | E1 | 15 | 4A | 0 | 5B | C | 6D | 53 | 30 |
| Octal | 72 | 341 | 25 | 112 | 0 | 133 | 14 | 155 | 123 | 60 |
| Binary | 111010 | 11100001 | 10101 | 1001010 | 0 | 1011011 | 1100 | 1101101 | 1010011 | 110000 |
Color Harmonies of #3AE115
Complementary color
Monochromatic Colors of #3AE115
Black with #3AE115
Text Example
Text Example
White with #3AE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE115; }
p { color: rgb(58,225,21); }
H1.HeaderClassName
{
color: #3AE115;
}
.AnyTagClassName
{
color: #3AE115;
}
</style>
background-color css
<style>
a { background-color: #3AE115; }
a { background-color: rgb(58,225,21); }
div.DivClassName
{
background-color: #3AE115;
}
.BgClassName
{
background-color: #3AE115;
}
</style>
border-color css
<style>
span { border-color: #3AE115; }
span { border-color: rgb(58,225,21); }
td.TdClassName
{
border-color: #3AE115;
}
.TagClassName
{
border-color: #3AE115;
}
</style>