Shades of Harlequin #3CE815
Tints of Harlequin #3CE815
RGB
CMYK
RGB Variations
Color information
#3CE815 (or 0x3CE815) is known color: Harlequin. HEX triplet: 3C, E8 and 15. RGB value is (60,232,21). Sum of RGB (Red+Green+Blue) = 60+232+21=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 232 (91.02% from 255 or 74.12% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE815 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE815 is #C317EA. Grayscale: #9D9D9D. Windows color (decimal): -12785643 or 1435708. OLE color: 1435708.
HSL color Cylindrical-coordinate representation of color #3CE815: hue angle of 108.91º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CE815 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 21 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.09 |
| HSL | 108.91º | 0.83% | 0.5% | - |
| HSV(B) | 108.91º | 0.91% | 0.91% | - |
| XYZ | 30.86 | 58.73 | 10.42 | - |
| YUV | 156.52 | 51.52 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 21 | 0.74 | 0 | 0.91 | 0.09 | 108.91 | 0.83 | 0.5 |
| Hex | 3C | E8 | 15 | 4A | 0 | 5B | 9 | 6D | 53 | 32 |
| Octal | 74 | 350 | 25 | 112 | 0 | 133 | 11 | 155 | 123 | 62 |
| Binary | 111100 | 11101000 | 10101 | 1001010 | 0 | 1011011 | 1001 | 1101101 | 1010011 | 110010 |
Color Harmonies of #3CE815
Complementary color
Monochromatic Colors of #3CE815
Black with #3CE815
Text Example
Text Example
White with #3CE815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE815; }
p { color: rgb(60,232,21); }
H1.HeaderClassName
{
color: #3CE815;
}
.AnyTagClassName
{
color: #3CE815;
}
</style>
background-color css
<style>
a { background-color: #3CE815; }
a { background-color: rgb(60,232,21); }
div.DivClassName
{
background-color: #3CE815;
}
.BgClassName
{
background-color: #3CE815;
}
</style>
border-color css
<style>
span { border-color: #3CE815; }
span { border-color: rgb(60,232,21); }
td.TdClassName
{
border-color: #3CE815;
}
.TagClassName
{
border-color: #3CE815;
}
</style>