Shades of Harlequin #3CEC08
Tints of Harlequin #3CEC08
RGB
CMYK
RGB Variations
Color information
#3CEC08 (or 0x3CEC08) is known color: Harlequin. HEX triplet: 3C, EC and 08. RGB value is (60,236,8). Sum of RGB (Red+Green+Blue) = 60+236+8=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 236 (92.58% from 255 or 77.63% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEC08 is #C313F7. Grayscale: #9E9E9E. Windows color (decimal): -12784632 or 584764. OLE color: 584764.
HSL color Cylindrical-coordinate representation of color #3CEC08: hue angle of 106.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CEC08 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 8 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.07 |
| HSL | 106.32º | 0.93% | 0.48% | - |
| HSV(B) | 106.32º | 0.97% | 0.93% | - |
| XYZ | 31.9 | 60.97 | 10.32 | - |
| YUV | 157.38 | 43.69 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 8 | 0.75 | 0 | 0.97 | 0.07 | 106.32 | 0.93 | 0.48 |
| Hex | 3C | EC | 8 | 4B | 0 | 61 | 7 | 6A | 5D | 30 |
| Octal | 74 | 354 | 10 | 113 | 0 | 141 | 7 | 152 | 135 | 60 |
| Binary | 111100 | 11101100 | 1000 | 1001011 | 0 | 1100001 | 111 | 1101010 | 1011101 | 110000 |
Color Harmonies of #3CEC08
Complementary color
Monochromatic Colors of #3CEC08
Black with #3CEC08
Text Example
Text Example
White with #3CEC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC08; }
p { color: rgb(60,236,8); }
H1.HeaderClassName
{
color: #3CEC08;
}
.AnyTagClassName
{
color: #3CEC08;
}
</style>
background-color css
<style>
a { background-color: #3CEC08; }
a { background-color: rgb(60,236,8); }
div.DivClassName
{
background-color: #3CEC08;
}
.BgClassName
{
background-color: #3CEC08;
}
</style>
border-color css
<style>
span { border-color: #3CEC08; }
span { border-color: rgb(60,236,8); }
td.TdClassName
{
border-color: #3CEC08;
}
.TagClassName
{
border-color: #3CEC08;
}
</style>