Shades of Harlequin #24DF00
Tints of Harlequin #24DF00
RGB
CMYK
RGB Variations
Color information
#24DF00 (or 0x24DF00) is known color: Harlequin. HEX triplet: 24, DF and 00. RGB value is (36,223,0). Sum of RGB (Red+Green+Blue) = 36+223+0=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 223 (87.5% from 255 or 86.10% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 223 - color contains mainly: green. Hex color #24DF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24DF00 is #DB20FF. Grayscale: #8E8E8E. Windows color (decimal): -14360832 or 57124. OLE color: 57124.
HSL color Cylindrical-coordinate representation of color #24DF00: hue angle of 110.31º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24DF00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 223 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.13 |
| HSL | 110.31º | 1% | 0.44% | - |
| HSV(B) | 110.31º | 1% | 0.87% | - |
| XYZ | 27.12 | 53.15 | 8.83 | - |
| YUV | 141.67 | 48.05 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 223 | 0 | 0.84 | 0 | 1 | 0.13 | 110.31 | 1 | 0.44 |
| Hex | 24 | DF | 0 | 54 | 0 | 64 | D | 6E | 64 | 2C |
| Octal | 44 | 337 | 0 | 124 | 0 | 144 | 15 | 156 | 144 | 54 |
| Binary | 100100 | 11011111 | 0 | 1010100 | 0 | 1100100 | 1101 | 1101110 | 1100100 | 101100 |
Color Harmonies of #24DF00
Complementary color
Monochromatic Colors of #24DF00
Black with #24DF00
Text Example
Text Example
White with #24DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DF00; }
p { color: rgb(36,223,0); }
H1.HeaderClassName
{
color: #24DF00;
}
.AnyTagClassName
{
color: #24DF00;
}
</style>
background-color css
<style>
a { background-color: #24DF00; }
a { background-color: rgb(36,223,0); }
div.DivClassName
{
background-color: #24DF00;
}
.BgClassName
{
background-color: #24DF00;
}
</style>
border-color css
<style>
span { border-color: #24DF00; }
span { border-color: rgb(36,223,0); }
td.TdClassName
{
border-color: #24DF00;
}
.TagClassName
{
border-color: #24DF00;
}
</style>