Shades of Harlequin #51F024
Tints of Harlequin #51F024
RGB
CMYK
RGB Variations
Color information
#51F024 (or 0x51F024) is known color: Harlequin. HEX triplet: 51, F0 and 24. RGB value is (81,240,36). Sum of RGB (Red+Green+Blue) = 81+240+36=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #51F024 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51F024 is #AE0FDB. Grayscale: #A9A9A9. Windows color (decimal): -11407324 or 2420817. OLE color: 2420817.
HSL color Cylindrical-coordinate representation of color #51F024: hue angle of 106.76º 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 #51F024 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 240 | 36 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.06 |
| HSL | 106.76º | 0.87% | 0.54% | - |
| HSV(B) | 106.76º | 0.85% | 0.94% | - |
| XYZ | 34.87 | 64.2 | 12.22 | - |
| YUV | 169.2 | 52.82 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 240 | 36 | 0.66 | 0 | 0.85 | 0.06 | 106.76 | 0.87 | 0.54 |
| Hex | 51 | F0 | 24 | 42 | 0 | 55 | 6 | 6B | 57 | 36 |
| Octal | 121 | 360 | 44 | 102 | 0 | 125 | 6 | 153 | 127 | 66 |
| Binary | 1010001 | 11110000 | 100100 | 1000010 | 0 | 1010101 | 110 | 1101011 | 1010111 | 110110 |
Color Harmonies of #51F024
Complementary color
Monochromatic Colors of #51F024
Black with #51F024
Text Example
Text Example
White with #51F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F024; }
p { color: rgb(81,240,36); }
H1.HeaderClassName
{
color: #51F024;
}
.AnyTagClassName
{
color: #51F024;
}
</style>
background-color css
<style>
a { background-color: #51F024; }
a { background-color: rgb(81,240,36); }
div.DivClassName
{
background-color: #51F024;
}
.BgClassName
{
background-color: #51F024;
}
</style>
border-color css
<style>
span { border-color: #51F024; }
span { border-color: rgb(81,240,36); }
td.TdClassName
{
border-color: #51F024;
}
.TagClassName
{
border-color: #51F024;
}
</style>