Shades of Harlequin #3CED10
Tints of Harlequin #3CED10
RGB
CMYK
RGB Variations
Color information
#3CED10 (or 0x3CED10) is known color: Harlequin. HEX triplet: 3C, ED and 10. RGB value is (60,237,16). Sum of RGB (Red+Green+Blue) = 60+237+16=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 237 (92.97% from 255 or 75.72% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CED10 is #C312EF. Grayscale: #9F9F9F. Windows color (decimal): -12784368 or 1109308. OLE color: 1109308.
HSL color Cylindrical-coordinate representation of color #3CED10: hue angle of 108.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CED10 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 16 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.07 |
| HSL | 108.05º | 0.87% | 0.5% | - |
| HSV(B) | 108.05º | 0.93% | 0.93% | - |
| XYZ | 32.24 | 61.57 | 10.67 | - |
| YUV | 158.88 | 47.36 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 16 | 0.75 | 0 | 0.93 | 0.07 | 108.05 | 0.87 | 0.5 |
| Hex | 3C | ED | 10 | 4B | 0 | 5D | 7 | 6C | 57 | 32 |
| Octal | 74 | 355 | 20 | 113 | 0 | 135 | 7 | 154 | 127 | 62 |
| Binary | 111100 | 11101101 | 10000 | 1001011 | 0 | 1011101 | 111 | 1101100 | 1010111 | 110010 |
Color Harmonies of #3CED10
Complementary color
Monochromatic Colors of #3CED10
Black with #3CED10
Text Example
Text Example
White with #3CED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED10; }
p { color: rgb(60,237,16); }
H1.HeaderClassName
{
color: #3CED10;
}
.AnyTagClassName
{
color: #3CED10;
}
</style>
background-color css
<style>
a { background-color: #3CED10; }
a { background-color: rgb(60,237,16); }
div.DivClassName
{
background-color: #3CED10;
}
.BgClassName
{
background-color: #3CED10;
}
</style>
border-color css
<style>
span { border-color: #3CED10; }
span { border-color: rgb(60,237,16); }
td.TdClassName
{
border-color: #3CED10;
}
.TagClassName
{
border-color: #3CED10;
}
</style>