Shades of Harlequin #3CEF11
Tints of Harlequin #3CEF11
RGB
CMYK
RGB Variations
Color information
#3CEF11 (or 0x3CEF11) is known color: Harlequin. HEX triplet: 3C, EF and 11. RGB value is (60,239,17). Sum of RGB (Red+Green+Blue) = 60+239+17=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 239 (93.75% from 255 or 75.63% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEF11 is #C310EE. Grayscale: #A0A0A0. Windows color (decimal): -12783855 or 1175356. OLE color: 1175356.
HSL color Cylindrical-coordinate representation of color #3CEF11: hue angle of 108.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CEF11 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 17 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.06 |
| HSL | 108.38º | 0.87% | 0.5% | - |
| HSV(B) | 108.38º | 0.93% | 0.94% | - |
| XYZ | 32.83 | 62.73 | 10.91 | - |
| YUV | 160.17 | 47.2 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 17 | 0.75 | 0 | 0.93 | 0.06 | 108.38 | 0.87 | 0.5 |
| Hex | 3C | EF | 11 | 4B | 0 | 5D | 6 | 6C | 57 | 32 |
| Octal | 74 | 357 | 21 | 113 | 0 | 135 | 6 | 154 | 127 | 62 |
| Binary | 111100 | 11101111 | 10001 | 1001011 | 0 | 1011101 | 110 | 1101100 | 1010111 | 110010 |
Color Harmonies of #3CEF11
Complementary color
Monochromatic Colors of #3CEF11
Black with #3CEF11
Text Example
Text Example
White with #3CEF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF11; }
p { color: rgb(60,239,17); }
H1.HeaderClassName
{
color: #3CEF11;
}
.AnyTagClassName
{
color: #3CEF11;
}
</style>
background-color css
<style>
a { background-color: #3CEF11; }
a { background-color: rgb(60,239,17); }
div.DivClassName
{
background-color: #3CEF11;
}
.BgClassName
{
background-color: #3CEF11;
}
</style>
border-color css
<style>
span { border-color: #3CEF11; }
span { border-color: rgb(60,239,17); }
td.TdClassName
{
border-color: #3CEF11;
}
.TagClassName
{
border-color: #3CEF11;
}
</style>