Shades of Harlequin #4DF024
Tints of Harlequin #4DF024
RGB
CMYK
RGB Variations
Color information
#4DF024 (or 0x4DF024) is known color: Harlequin. HEX triplet: 4D, F0 and 24. RGB value is (77,240,36). Sum of RGB (Red+Green+Blue) = 77+240+36=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF024 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF024 is #B20FDB. Grayscale: #A8A8A8. Windows color (decimal): -11669468 or 2420813. OLE color: 2420813.
HSL color Cylindrical-coordinate representation of color #4DF024: hue angle of 107.94º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DF024 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 36 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.06 |
| HSL | 107.94º | 0.87% | 0.54% | - |
| HSV(B) | 107.94º | 0.85% | 0.94% | - |
| XYZ | 34.54 | 64.03 | 12.21 | - |
| YUV | 168.01 | 53.5 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 36 | 0.68 | 0 | 0.85 | 0.06 | 107.94 | 0.87 | 0.54 |
| Hex | 4D | F0 | 24 | 44 | 0 | 55 | 6 | 6C | 57 | 36 |
| Octal | 115 | 360 | 44 | 104 | 0 | 125 | 6 | 154 | 127 | 66 |
| Binary | 1001101 | 11110000 | 100100 | 1000100 | 0 | 1010101 | 110 | 1101100 | 1010111 | 110110 |
Color Harmonies of #4DF024
Complementary color
Monochromatic Colors of #4DF024
Black with #4DF024
Text Example
Text Example
White with #4DF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF024; }
p { color: rgb(77,240,36); }
H1.HeaderClassName
{
color: #4DF024;
}
.AnyTagClassName
{
color: #4DF024;
}
</style>
background-color css
<style>
a { background-color: #4DF024; }
a { background-color: rgb(77,240,36); }
div.DivClassName
{
background-color: #4DF024;
}
.BgClassName
{
background-color: #4DF024;
}
</style>
border-color css
<style>
span { border-color: #4DF024; }
span { border-color: rgb(77,240,36); }
td.TdClassName
{
border-color: #4DF024;
}
.TagClassName
{
border-color: #4DF024;
}
</style>