Shades of Harlequin #44ED24
Tints of Harlequin #44ED24
RGB
CMYK
RGB Variations
Color information
#44ED24 (or 0x44ED24) is known color: Harlequin. HEX triplet: 44, ED and 24. RGB value is (68,237,36). Sum of RGB (Red+Green+Blue) = 68+237+36=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 237 (92.97% from 255 or 69.50% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 237 - color contains mainly: green. Hex color #44ED24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44ED24 is #BB12DB. Grayscale: #A4A4A4. Windows color (decimal): -12260060 or 2420036. OLE color: 2420036.
HSL color Cylindrical-coordinate representation of color #44ED24: hue angle of 110.45º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44ED24 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 237 | 36 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.07 |
| HSL | 110.45º | 0.85% | 0.54% | - |
| HSV(B) | 110.45º | 0.85% | 0.93% | - |
| XYZ | 32.99 | 61.92 | 11.88 | - |
| YUV | 163.56 | 56.01 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 237 | 36 | 0.71 | 0 | 0.85 | 0.07 | 110.45 | 0.85 | 0.54 |
| Hex | 44 | ED | 24 | 47 | 0 | 55 | 7 | 6E | 55 | 36 |
| Octal | 104 | 355 | 44 | 107 | 0 | 125 | 7 | 156 | 125 | 66 |
| Binary | 1000100 | 11101101 | 100100 | 1000111 | 0 | 1010101 | 111 | 1101110 | 1010101 | 110110 |
Color Harmonies of #44ED24
Complementary color
Monochromatic Colors of #44ED24
Black with #44ED24
Text Example
Text Example
White with #44ED24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ED24; }
p { color: rgb(68,237,36); }
H1.HeaderClassName
{
color: #44ED24;
}
.AnyTagClassName
{
color: #44ED24;
}
</style>
background-color css
<style>
a { background-color: #44ED24; }
a { background-color: rgb(68,237,36); }
div.DivClassName
{
background-color: #44ED24;
}
.BgClassName
{
background-color: #44ED24;
}
</style>
border-color css
<style>
span { border-color: #44ED24; }
span { border-color: rgb(68,237,36); }
td.TdClassName
{
border-color: #44ED24;
}
.TagClassName
{
border-color: #44ED24;
}
</style>