Shades of Harlequin #24FE01
Tints of Harlequin #24FE01
RGB
CMYK
RGB Variations
Color information
#24FE01 (or 0x24FE01) is known color: Harlequin. HEX triplet: 24, FE and 01. RGB value is (36,254,1). Sum of RGB (Red+Green+Blue) = 36+254+1=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 254 (99.61% from 255 or 87.29% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 254 - color contains mainly: green. Hex color #24FE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #24FE01 is #DB01FE. Grayscale: #A0A0A0. Windows color (decimal): -14352895 or 130596. OLE color: 130596.
HSL color Cylindrical-coordinate representation of color #24FE01: hue angle of 111.7º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24FE01 is Cyan = 0.86, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 254 | 1 | - |
| CMYK | 0.86 | 0 | 1.00 | 0.00 |
| HSL | 111.7º | 0.99% | 0.5% | - |
| HSV(B) | 111.7º | 1% | 1% | - |
| XYZ | 36.17 | 71.26 | 11.88 | - |
| YUV | 159.98 | 38.28 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 254 | 1 | 0.86 | 0 | 1.00 | 0.00 | 111.7 | 0.99 | 0.5 |
| Hex | 24 | FE | 1 | 56 | 0 | 64 | 0 | 70 | 63 | 32 |
| Octal | 44 | 376 | 1 | 126 | 0 | 144 | 0 | 160 | 143 | 62 |
| Binary | 100100 | 11111110 | 1 | 1010110 | 0 | 1100100 | 0 | 1110000 | 1100011 | 110010 |
Color Harmonies of #24FE01
Complementary color
Monochromatic Colors of #24FE01
Black with #24FE01
Text Example
Text Example
White with #24FE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FE01; }
p { color: rgb(36,254,1); }
H1.HeaderClassName
{
color: #24FE01;
}
.AnyTagClassName
{
color: #24FE01;
}
</style>
background-color css
<style>
a { background-color: #24FE01; }
a { background-color: rgb(36,254,1); }
div.DivClassName
{
background-color: #24FE01;
}
.BgClassName
{
background-color: #24FE01;
}
</style>
border-color css
<style>
span { border-color: #24FE01; }
span { border-color: rgb(36,254,1); }
td.TdClassName
{
border-color: #24FE01;
}
.TagClassName
{
border-color: #24FE01;
}
</style>