Shades of Harlequin #3CEB14
Tints of Harlequin #3CEB14
RGB
CMYK
RGB Variations
Color information
#3CEB14 (or 0x3CEB14) is known color: Harlequin. HEX triplet: 3C, EB and 14. RGB value is (60,235,20). Sum of RGB (Red+Green+Blue) = 60+235+20=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 235 (92.19% from 255 or 74.60% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEB14 is #C314EB. Grayscale: #9E9E9E. Windows color (decimal): -12784876 or 1370940. OLE color: 1370940.
HSL color Cylindrical-coordinate representation of color #3CEB14: hue angle of 108.84º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CEB14 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.08 |
| HSL | 108.84º | 0.84% | 0.5% | - |
| HSV(B) | 108.84º | 0.91% | 0.92% | - |
| XYZ | 31.7 | 60.43 | 10.65 | - |
| YUV | 158.17 | 50.02 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 20 | 0.74 | 0 | 0.91 | 0.08 | 108.84 | 0.84 | 0.5 |
| Hex | 3C | EB | 14 | 4A | 0 | 5B | 8 | 6D | 54 | 32 |
| Octal | 74 | 353 | 24 | 112 | 0 | 133 | 10 | 155 | 124 | 62 |
| Binary | 111100 | 11101011 | 10100 | 1001010 | 0 | 1011011 | 1000 | 1101101 | 1010100 | 110010 |
Color Harmonies of #3CEB14
Complementary color
Monochromatic Colors of #3CEB14
Black with #3CEB14
Text Example
Text Example
White with #3CEB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEB14; }
p { color: rgb(60,235,20); }
H1.HeaderClassName
{
color: #3CEB14;
}
.AnyTagClassName
{
color: #3CEB14;
}
</style>
background-color css
<style>
a { background-color: #3CEB14; }
a { background-color: rgb(60,235,20); }
div.DivClassName
{
background-color: #3CEB14;
}
.BgClassName
{
background-color: #3CEB14;
}
</style>
border-color css
<style>
span { border-color: #3CEB14; }
span { border-color: rgb(60,235,20); }
td.TdClassName
{
border-color: #3CEB14;
}
.TagClassName
{
border-color: #3CEB14;
}
</style>