Shades of Harlequin #3CEF10
Tints of Harlequin #3CEF10
RGB
CMYK
RGB Variations
Color information
#3CEF10 (or 0x3CEF10) is known color: Harlequin. HEX triplet: 3C, EF and 10. RGB value is (60,239,16). Sum of RGB (Red+Green+Blue) = 60+239+16=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 239 (93.75% from 255 or 75.87% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEF10 is #C310EF. Grayscale: #A0A0A0. Windows color (decimal): -12783856 or 1109820. OLE color: 1109820.
HSL color Cylindrical-coordinate representation of color #3CEF10: hue angle of 108.16º 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 #3CEF10 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 16 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.06 |
| HSL | 108.16º | 0.87% | 0.5% | - |
| HSV(B) | 108.16º | 0.93% | 0.94% | - |
| XYZ | 32.82 | 62.73 | 10.87 | - |
| YUV | 160.06 | 46.7 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 16 | 0.75 | 0 | 0.93 | 0.06 | 108.16 | 0.87 | 0.5 |
| Hex | 3C | EF | 10 | 4B | 0 | 5D | 6 | 6C | 57 | 32 |
| Octal | 74 | 357 | 20 | 113 | 0 | 135 | 6 | 154 | 127 | 62 |
| Binary | 111100 | 11101111 | 10000 | 1001011 | 0 | 1011101 | 110 | 1101100 | 1010111 | 110010 |
Color Harmonies of #3CEF10
Complementary color
Monochromatic Colors of #3CEF10
Black with #3CEF10
Text Example
Text Example
White with #3CEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF10; }
p { color: rgb(60,239,16); }
H1.HeaderClassName
{
color: #3CEF10;
}
.AnyTagClassName
{
color: #3CEF10;
}
</style>
background-color css
<style>
a { background-color: #3CEF10; }
a { background-color: rgb(60,239,16); }
div.DivClassName
{
background-color: #3CEF10;
}
.BgClassName
{
background-color: #3CEF10;
}
</style>
border-color css
<style>
span { border-color: #3CEF10; }
span { border-color: rgb(60,239,16); }
td.TdClassName
{
border-color: #3CEF10;
}
.TagClassName
{
border-color: #3CEF10;
}
</style>