Shades of Harlequin #24FC00
Tints of Harlequin #24FC00
RGB
CMYK
RGB Variations
Color information
#24FC00 (or 0x24FC00) is known color: Harlequin. HEX triplet: 24, FC and 00. RGB value is (36,252,0). Sum of RGB (Red+Green+Blue) = 36+252+0=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 252 (98.83% from 255 or 87.5% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 252 - color contains mainly: green. Hex color #24FC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #24FC00 is #DB03FF. Grayscale: #9F9F9F. Windows color (decimal): -14353408 or 64548. OLE color: 64548.
HSL color Cylindrical-coordinate representation of color #24FC00: hue angle of 111.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24FC00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 252 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.01 |
| HSL | 111.43º | 1% | 0.49% | - |
| HSV(B) | 111.43º | 1% | 0.99% | - |
| XYZ | 35.54 | 70 | 11.64 | - |
| YUV | 158.69 | 38.44 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 252 | 0 | 0.86 | 0 | 1 | 0.01 | 111.43 | 1 | 0.49 |
| Hex | 24 | FC | 0 | 56 | 0 | 64 | 1 | 6F | 64 | 31 |
| Octal | 44 | 374 | 0 | 126 | 0 | 144 | 1 | 157 | 144 | 61 |
| Binary | 100100 | 11111100 | 0 | 1010110 | 0 | 1100100 | 1 | 1101111 | 1100100 | 110001 |
Color Harmonies of #24FC00
Complementary color
Monochromatic Colors of #24FC00
Black with #24FC00
Text Example
Text Example
White with #24FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FC00; }
p { color: rgb(36,252,0); }
H1.HeaderClassName
{
color: #24FC00;
}
.AnyTagClassName
{
color: #24FC00;
}
</style>
background-color css
<style>
a { background-color: #24FC00; }
a { background-color: rgb(36,252,0); }
div.DivClassName
{
background-color: #24FC00;
}
.BgClassName
{
background-color: #24FC00;
}
</style>
border-color css
<style>
span { border-color: #24FC00; }
span { border-color: rgb(36,252,0); }
td.TdClassName
{
border-color: #24FC00;
}
.TagClassName
{
border-color: #24FC00;
}
</style>