Shades of Harlequin #24EC01
Tints of Harlequin #24EC01
RGB
CMYK
RGB Variations
Color information
#24EC01 (or 0x24EC01) is known color: Harlequin. HEX triplet: 24, EC and 01. RGB value is (36,236,1). Sum of RGB (Red+Green+Blue) = 36+236+1=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 236 (92.58% from 255 or 86.45% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 236 - color contains mainly: green. Hex color #24EC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #24EC01 is #DB13FE. Grayscale: #969696. Windows color (decimal): -14357503 or 125988. OLE color: 125988.
HSL color Cylindrical-coordinate representation of color #24EC01: hue angle of 111.06º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24EC01 is Cyan = 0.85, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 236 | 1 | - |
| CMYK | 0.85 | 0 | 1.00 | 0.07 |
| HSL | 111.06º | 0.99% | 0.46% | - |
| HSV(B) | 111.06º | 1% | 0.93% | - |
| XYZ | 30.73 | 60.37 | 10.06 | - |
| YUV | 149.41 | 44.24 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 1 | 0.85 | 0 | 1.00 | 0.07 | 111.06 | 0.99 | 0.46 |
| Hex | 24 | EC | 1 | 55 | 0 | 64 | 7 | 6F | 63 | 2E |
| Octal | 44 | 354 | 1 | 125 | 0 | 144 | 7 | 157 | 143 | 56 |
| Binary | 100100 | 11101100 | 1 | 1010101 | 0 | 1100100 | 111 | 1101111 | 1100011 | 101110 |
Color Harmonies of #24EC01
Complementary color
Monochromatic Colors of #24EC01
Black with #24EC01
Text Example
Text Example
White with #24EC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EC01; }
p { color: rgb(36,236,1); }
H1.HeaderClassName
{
color: #24EC01;
}
.AnyTagClassName
{
color: #24EC01;
}
</style>
background-color css
<style>
a { background-color: #24EC01; }
a { background-color: rgb(36,236,1); }
div.DivClassName
{
background-color: #24EC01;
}
.BgClassName
{
background-color: #24EC01;
}
</style>
border-color css
<style>
span { border-color: #24EC01; }
span { border-color: rgb(36,236,1); }
td.TdClassName
{
border-color: #24EC01;
}
.TagClassName
{
border-color: #24EC01;
}
</style>