Shades of Harlequin #3CEA10
Tints of Harlequin #3CEA10
RGB
CMYK
RGB Variations
Color information
#3CEA10 (or 0x3CEA10) is known color: Harlequin. HEX triplet: 3C, EA and 10. RGB value is (60,234,16). Sum of RGB (Red+Green+Blue) = 60+234+16=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 234 (91.80% from 255 or 75.48% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEA10 is #C315EF. Grayscale: #9D9D9D. Windows color (decimal): -12785136 or 1108540. OLE color: 1108540.
HSL color Cylindrical-coordinate representation of color #3CEA10: hue angle of 107.89º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CEA10 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 16 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.08 |
| HSL | 107.89º | 0.87% | 0.49% | - |
| HSV(B) | 107.89º | 0.93% | 0.92% | - |
| XYZ | 31.38 | 59.84 | 10.39 | - |
| YUV | 157.12 | 48.35 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 16 | 0.74 | 0 | 0.93 | 0.08 | 107.89 | 0.87 | 0.49 |
| Hex | 3C | EA | 10 | 4A | 0 | 5D | 8 | 6C | 57 | 31 |
| Octal | 74 | 352 | 20 | 112 | 0 | 135 | 10 | 154 | 127 | 61 |
| Binary | 111100 | 11101010 | 10000 | 1001010 | 0 | 1011101 | 1000 | 1101100 | 1010111 | 110001 |
Color Harmonies of #3CEA10
Complementary color
Monochromatic Colors of #3CEA10
Black with #3CEA10
Text Example
Text Example
White with #3CEA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA10; }
p { color: rgb(60,234,16); }
H1.HeaderClassName
{
color: #3CEA10;
}
.AnyTagClassName
{
color: #3CEA10;
}
</style>
background-color css
<style>
a { background-color: #3CEA10; }
a { background-color: rgb(60,234,16); }
div.DivClassName
{
background-color: #3CEA10;
}
.BgClassName
{
background-color: #3CEA10;
}
</style>
border-color css
<style>
span { border-color: #3CEA10; }
span { border-color: rgb(60,234,16); }
td.TdClassName
{
border-color: #3CEA10;
}
.TagClassName
{
border-color: #3CEA10;
}
</style>