Shades of Harlequin #3CDE10
Tints of Harlequin #3CDE10
RGB
CMYK
RGB Variations
Color information
#3CDE10 (or 0x3CDE10) is known color: Harlequin. HEX triplet: 3C, DE and 10. RGB value is (60,222,16). Sum of RGB (Red+Green+Blue) = 60+222+16=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 222 (87.11% from 255 or 74.50% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDE10 is #C321EF. Grayscale: #969696. Windows color (decimal): -12788208 or 1105468. OLE color: 1105468.
HSL color Cylindrical-coordinate representation of color #3CDE10: hue angle of 107.18º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CDE10 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 16 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.13 |
| HSL | 107.18º | 0.87% | 0.47% | - |
| HSV(B) | 107.18º | 0.93% | 0.87% | - |
| XYZ | 28.08 | 53.24 | 9.29 | - |
| YUV | 150.08 | 52.33 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 16 | 0.73 | 0 | 0.93 | 0.13 | 107.18 | 0.87 | 0.47 |
| Hex | 3C | DE | 10 | 49 | 0 | 5D | D | 6B | 57 | 2F |
| Octal | 74 | 336 | 20 | 111 | 0 | 135 | 15 | 153 | 127 | 57 |
| Binary | 111100 | 11011110 | 10000 | 1001001 | 0 | 1011101 | 1101 | 1101011 | 1010111 | 101111 |
Color Harmonies of #3CDE10
Complementary color
Monochromatic Colors of #3CDE10
Black with #3CDE10
Text Example
Text Example
White with #3CDE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE10; }
p { color: rgb(60,222,16); }
H1.HeaderClassName
{
color: #3CDE10;
}
.AnyTagClassName
{
color: #3CDE10;
}
</style>
background-color css
<style>
a { background-color: #3CDE10; }
a { background-color: rgb(60,222,16); }
div.DivClassName
{
background-color: #3CDE10;
}
.BgClassName
{
background-color: #3CDE10;
}
</style>
border-color css
<style>
span { border-color: #3CDE10; }
span { border-color: rgb(60,222,16); }
td.TdClassName
{
border-color: #3CDE10;
}
.TagClassName
{
border-color: #3CDE10;
}
</style>