Shades of Harlequin #3CE116
Tints of Harlequin #3CE116
RGB
CMYK
RGB Variations
Color information
#3CE116 (or 0x3CE116) is known color: Harlequin. HEX triplet: 3C, E1 and 16. RGB value is (60,225,22). Sum of RGB (Red+Green+Blue) = 60+225+22=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 225 (88.28% from 255 or 73.29% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE116 is #C31EE9. Grayscale: #999999. Windows color (decimal): -12787434 or 1499452. OLE color: 1499452.
HSL color Cylindrical-coordinate representation of color #3CE116: hue angle of 108.77º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CE116 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 22 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.12 |
| HSL | 108.77º | 0.82% | 0.48% | - |
| HSV(B) | 108.77º | 0.9% | 0.88% | - |
| XYZ | 28.93 | 54.87 | 9.82 | - |
| YUV | 152.52 | 54.34 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 22 | 0.73 | 0 | 0.90 | 0.12 | 108.77 | 0.82 | 0.48 |
| Hex | 3C | E1 | 16 | 49 | 0 | 5A | C | 6D | 52 | 30 |
| Octal | 74 | 341 | 26 | 111 | 0 | 132 | 14 | 155 | 122 | 60 |
| Binary | 111100 | 11100001 | 10110 | 1001001 | 0 | 1011010 | 1100 | 1101101 | 1010010 | 110000 |
Color Harmonies of #3CE116
Complementary color
Monochromatic Colors of #3CE116
Black with #3CE116
Text Example
Text Example
White with #3CE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE116; }
p { color: rgb(60,225,22); }
H1.HeaderClassName
{
color: #3CE116;
}
.AnyTagClassName
{
color: #3CE116;
}
</style>
background-color css
<style>
a { background-color: #3CE116; }
a { background-color: rgb(60,225,22); }
div.DivClassName
{
background-color: #3CE116;
}
.BgClassName
{
background-color: #3CE116;
}
</style>
border-color css
<style>
span { border-color: #3CE116; }
span { border-color: rgb(60,225,22); }
td.TdClassName
{
border-color: #3CE116;
}
.TagClassName
{
border-color: #3CE116;
}
</style>