Shades of Harlequin #24D501
Tints of Harlequin #24D501
RGB
CMYK
RGB Variations
Color information
#24D501 (or 0x24D501) is known color: Harlequin. HEX triplet: 24, D5 and 01. RGB value is (36,213,1). Sum of RGB (Red+Green+Blue) = 36+213+1=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 213 (83.59% from 255 or 85.2% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 213 - color contains mainly: green. Hex color #24D501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24D501 is #DB2AFE. Grayscale: #888888. Windows color (decimal): -14363391 or 120100. OLE color: 120100.
HSL color Cylindrical-coordinate representation of color #24D501: hue angle of 110.09º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24D501 is Cyan = 0.83, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 213 | 1 | - |
| CMYK | 0.83 | 0 | 1.00 | 0.16 |
| HSL | 110.09º | 0.99% | 0.42% | - |
| HSV(B) | 110.09º | 1% | 0.84% | - |
| XYZ | 24.53 | 47.97 | 7.99 | - |
| YUV | 135.91 | 51.86 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 213 | 1 | 0.83 | 0 | 1.00 | 0.16 | 110.09 | 0.99 | 0.42 |
| Hex | 24 | D5 | 1 | 53 | 0 | 64 | 10 | 6E | 63 | 2A |
| Octal | 44 | 325 | 1 | 123 | 0 | 144 | 20 | 156 | 143 | 52 |
| Binary | 100100 | 11010101 | 1 | 1010011 | 0 | 1100100 | 10000 | 1101110 | 1100011 | 101010 |
Color Harmonies of #24D501
Complementary color
Monochromatic Colors of #24D501
Black with #24D501
Text Example
Text Example
White with #24D501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D501; }
p { color: rgb(36,213,1); }
H1.HeaderClassName
{
color: #24D501;
}
.AnyTagClassName
{
color: #24D501;
}
</style>
background-color css
<style>
a { background-color: #24D501; }
a { background-color: rgb(36,213,1); }
div.DivClassName
{
background-color: #24D501;
}
.BgClassName
{
background-color: #24D501;
}
</style>
border-color css
<style>
span { border-color: #24D501; }
span { border-color: rgb(36,213,1); }
td.TdClassName
{
border-color: #24D501;
}
.TagClassName
{
border-color: #24D501;
}
</style>