Shades of Harlequin #3CE216
Tints of Harlequin #3CE216
RGB
CMYK
RGB Variations
Color information
#3CE216 (or 0x3CE216) is known color: Harlequin. HEX triplet: 3C, E2 and 16. RGB value is (60,226,22). Sum of RGB (Red+Green+Blue) = 60+226+22=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 226 (88.67% from 255 or 73.38% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE216 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE216 is #C31DE9. Grayscale: #999999. Windows color (decimal): -12787178 or 1499708. OLE color: 1499708.
HSL color Cylindrical-coordinate representation of color #3CE216: hue angle of 108.82º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CE216 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 22 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.11 |
| HSL | 108.82º | 0.82% | 0.49% | - |
| HSV(B) | 108.82º | 0.9% | 0.89% | - |
| XYZ | 29.2 | 55.41 | 9.92 | - |
| YUV | 153.11 | 54 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 22 | 0.73 | 0 | 0.90 | 0.11 | 108.82 | 0.82 | 0.49 |
| Hex | 3C | E2 | 16 | 49 | 0 | 5A | B | 6D | 52 | 31 |
| Octal | 74 | 342 | 26 | 111 | 0 | 132 | 13 | 155 | 122 | 61 |
| Binary | 111100 | 11100010 | 10110 | 1001001 | 0 | 1011010 | 1011 | 1101101 | 1010010 | 110001 |
Color Harmonies of #3CE216
Complementary color
Monochromatic Colors of #3CE216
Black with #3CE216
Text Example
Text Example
White with #3CE216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE216; }
p { color: rgb(60,226,22); }
H1.HeaderClassName
{
color: #3CE216;
}
.AnyTagClassName
{
color: #3CE216;
}
</style>
background-color css
<style>
a { background-color: #3CE216; }
a { background-color: rgb(60,226,22); }
div.DivClassName
{
background-color: #3CE216;
}
.BgClassName
{
background-color: #3CE216;
}
</style>
border-color css
<style>
span { border-color: #3CE216; }
span { border-color: rgb(60,226,22); }
td.TdClassName
{
border-color: #3CE216;
}
.TagClassName
{
border-color: #3CE216;
}
</style>