Shades of Harlequin #3CE813
Tints of Harlequin #3CE813
RGB
CMYK
RGB Variations
Color information
#3CE813 (or 0x3CE813) is known color: Harlequin. HEX triplet: 3C, E8 and 13. RGB value is (60,232,19). Sum of RGB (Red+Green+Blue) = 60+232+19=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 232 (91.02% from 255 or 74.60% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE813 is #C317EC. Grayscale: #9C9C9C. Windows color (decimal): -12785645 or 1304636. OLE color: 1304636.
HSL color Cylindrical-coordinate representation of color #3CE813: hue angle of 108.45º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CE813 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 19 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.09 |
| HSL | 108.45º | 0.85% | 0.49% | - |
| HSV(B) | 108.45º | 0.92% | 0.91% | - |
| XYZ | 30.84 | 58.72 | 10.33 | - |
| YUV | 156.29 | 50.52 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 19 | 0.74 | 0 | 0.92 | 0.09 | 108.45 | 0.85 | 0.49 |
| Hex | 3C | E8 | 13 | 4A | 0 | 5C | 9 | 6C | 55 | 31 |
| Octal | 74 | 350 | 23 | 112 | 0 | 134 | 11 | 154 | 125 | 61 |
| Binary | 111100 | 11101000 | 10011 | 1001010 | 0 | 1011100 | 1001 | 1101100 | 1010101 | 110001 |
Color Harmonies of #3CE813
Complementary color
Monochromatic Colors of #3CE813
Black with #3CE813
Text Example
Text Example
White with #3CE813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE813; }
p { color: rgb(60,232,19); }
H1.HeaderClassName
{
color: #3CE813;
}
.AnyTagClassName
{
color: #3CE813;
}
</style>
background-color css
<style>
a { background-color: #3CE813; }
a { background-color: rgb(60,232,19); }
div.DivClassName
{
background-color: #3CE813;
}
.BgClassName
{
background-color: #3CE813;
}
</style>
border-color css
<style>
span { border-color: #3CE813; }
span { border-color: rgb(60,232,19); }
td.TdClassName
{
border-color: #3CE813;
}
.TagClassName
{
border-color: #3CE813;
}
</style>