Shades of Harlequin #4CED10
Tints of Harlequin #4CED10
RGB
CMYK
RGB Variations
Color information
#4CED10 (or 0x4CED10) is known color: Harlequin. HEX triplet: 4C, ED and 10. RGB value is (76,237,16). Sum of RGB (Red+Green+Blue) = 76+237+16=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 237 (92.97% from 255 or 72.04% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 237 - color contains mainly: green. Hex color #4CED10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CED10 is #B312EF. Grayscale: #A4A4A4. Windows color (decimal): -11735792 or 1109324. OLE color: 1109324.
HSL color Cylindrical-coordinate representation of color #4CED10: hue angle of 103.71º 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 #4CED10 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 16 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.07 |
| HSL | 103.71º | 0.87% | 0.5% | - |
| HSV(B) | 103.71º | 0.93% | 0.93% | - |
| XYZ | 33.36 | 62.14 | 10.73 | - |
| YUV | 163.67 | 44.66 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 16 | 0.68 | 0 | 0.93 | 0.07 | 103.71 | 0.87 | 0.5 |
| Hex | 4C | ED | 10 | 44 | 0 | 5D | 7 | 68 | 57 | 32 |
| Octal | 114 | 355 | 20 | 104 | 0 | 135 | 7 | 150 | 127 | 62 |
| Binary | 1001100 | 11101101 | 10000 | 1000100 | 0 | 1011101 | 111 | 1101000 | 1010111 | 110010 |
Color Harmonies of #4CED10
Complementary color
Monochromatic Colors of #4CED10
Black with #4CED10
Text Example
Text Example
White with #4CED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CED10; }
p { color: rgb(76,237,16); }
H1.HeaderClassName
{
color: #4CED10;
}
.AnyTagClassName
{
color: #4CED10;
}
</style>
background-color css
<style>
a { background-color: #4CED10; }
a { background-color: rgb(76,237,16); }
div.DivClassName
{
background-color: #4CED10;
}
.BgClassName
{
background-color: #4CED10;
}
</style>
border-color css
<style>
span { border-color: #4CED10; }
span { border-color: rgb(76,237,16); }
td.TdClassName
{
border-color: #4CED10;
}
.TagClassName
{
border-color: #4CED10;
}
</style>