Shades of Harlequin #3CE516
Tints of Harlequin #3CE516
RGB
CMYK
RGB Variations
Color information
#3CE516 (or 0x3CE516) is known color: Harlequin. HEX triplet: 3C, E5 and 16. RGB value is (60,229,22). Sum of RGB (Red+Green+Blue) = 60+229+22=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 229 (89.84% from 255 or 73.63% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE516 is #C31AE9. Grayscale: #9B9B9B. Windows color (decimal): -12786410 or 1500476. OLE color: 1500476.
HSL color Cylindrical-coordinate representation of color #3CE516: hue angle of 108.99º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CE516 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 22 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.10 |
| HSL | 108.99º | 0.82% | 0.49% | - |
| HSV(B) | 108.99º | 0.9% | 0.9% | - |
| XYZ | 30.03 | 57.06 | 10.19 | - |
| YUV | 154.87 | 53.01 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 22 | 0.74 | 0 | 0.90 | 0.10 | 108.99 | 0.82 | 0.49 |
| Hex | 3C | E5 | 16 | 4A | 0 | 5A | A | 6D | 52 | 31 |
| Octal | 74 | 345 | 26 | 112 | 0 | 132 | 12 | 155 | 122 | 61 |
| Binary | 111100 | 11100101 | 10110 | 1001010 | 0 | 1011010 | 1010 | 1101101 | 1010010 | 110001 |
Color Harmonies of #3CE516
Complementary color
Monochromatic Colors of #3CE516
Black with #3CE516
Text Example
Text Example
White with #3CE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE516; }
p { color: rgb(60,229,22); }
H1.HeaderClassName
{
color: #3CE516;
}
.AnyTagClassName
{
color: #3CE516;
}
</style>
background-color css
<style>
a { background-color: #3CE516; }
a { background-color: rgb(60,229,22); }
div.DivClassName
{
background-color: #3CE516;
}
.BgClassName
{
background-color: #3CE516;
}
</style>
border-color css
<style>
span { border-color: #3CE516; }
span { border-color: rgb(60,229,22); }
td.TdClassName
{
border-color: #3CE516;
}
.TagClassName
{
border-color: #3CE516;
}
</style>