Shades of Harlequin #3CE416
Tints of Harlequin #3CE416
RGB
CMYK
RGB Variations
Color information
#3CE416 (or 0x3CE416) is known color: Harlequin. HEX triplet: 3C, E4 and 16. RGB value is (60,228,22). Sum of RGB (Red+Green+Blue) = 60+228+22=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 228 (89.45% from 255 or 73.55% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE416 is #C31BE9. Grayscale: #9A9A9A. Windows color (decimal): -12786666 or 1500220. OLE color: 1500220.
HSL color Cylindrical-coordinate representation of color #3CE416: hue angle of 108.93º 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 #3CE416 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 22 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.11 |
| HSL | 108.93º | 0.82% | 0.49% | - |
| HSV(B) | 108.93º | 0.9% | 0.89% | - |
| XYZ | 29.75 | 56.51 | 10.1 | - |
| YUV | 154.28 | 53.34 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 22 | 0.74 | 0 | 0.90 | 0.11 | 108.93 | 0.82 | 0.49 |
| Hex | 3C | E4 | 16 | 4A | 0 | 5A | B | 6D | 52 | 31 |
| Octal | 74 | 344 | 26 | 112 | 0 | 132 | 13 | 155 | 122 | 61 |
| Binary | 111100 | 11100100 | 10110 | 1001010 | 0 | 1011010 | 1011 | 1101101 | 1010010 | 110001 |
Color Harmonies of #3CE416
Complementary color
Monochromatic Colors of #3CE416
Black with #3CE416
Text Example
Text Example
White with #3CE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE416; }
p { color: rgb(60,228,22); }
H1.HeaderClassName
{
color: #3CE416;
}
.AnyTagClassName
{
color: #3CE416;
}
</style>
background-color css
<style>
a { background-color: #3CE416; }
a { background-color: rgb(60,228,22); }
div.DivClassName
{
background-color: #3CE416;
}
.BgClassName
{
background-color: #3CE416;
}
</style>
border-color css
<style>
span { border-color: #3CE416; }
span { border-color: rgb(60,228,22); }
td.TdClassName
{
border-color: #3CE416;
}
.TagClassName
{
border-color: #3CE416;
}
</style>