Shades of Harlequin #51F524
Tints of Harlequin #51F524
RGB
CMYK
RGB Variations
Color information
#51F524 (or 0x51F524) is known color: Harlequin. HEX triplet: 51, F5 and 24. RGB value is (81,245,36). Sum of RGB (Red+Green+Blue) = 81+245+36=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 245 (96.09% from 255 or 67.68% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 245 - color contains mainly: green. Hex color #51F524 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51F524 is #AE0ADB. Grayscale: #ACACAC. Windows color (decimal): -11406044 or 2422097. OLE color: 2422097.
HSL color Cylindrical-coordinate representation of color #51F524: hue angle of 107.08º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51F524 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 245 | 36 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.04 |
| HSL | 107.08º | 0.91% | 0.55% | - |
| HSV(B) | 107.08º | 0.85% | 0.96% | - |
| XYZ | 36.36 | 67.18 | 12.72 | - |
| YUV | 172.14 | 51.17 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 245 | 36 | 0.67 | 0 | 0.85 | 0.04 | 107.08 | 0.91 | 0.55 |
| Hex | 51 | F5 | 24 | 43 | 0 | 55 | 4 | 6B | 5B | 37 |
| Octal | 121 | 365 | 44 | 103 | 0 | 125 | 4 | 153 | 133 | 67 |
| Binary | 1010001 | 11110101 | 100100 | 1000011 | 0 | 1010101 | 100 | 1101011 | 1011011 | 110111 |
Color Harmonies of #51F524
Complementary color
Monochromatic Colors of #51F524
Black with #51F524
Text Example
Text Example
White with #51F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F524; }
p { color: rgb(81,245,36); }
H1.HeaderClassName
{
color: #51F524;
}
.AnyTagClassName
{
color: #51F524;
}
</style>
background-color css
<style>
a { background-color: #51F524; }
a { background-color: rgb(81,245,36); }
div.DivClassName
{
background-color: #51F524;
}
.BgClassName
{
background-color: #51F524;
}
</style>
border-color css
<style>
span { border-color: #51F524; }
span { border-color: rgb(81,245,36); }
td.TdClassName
{
border-color: #51F524;
}
.TagClassName
{
border-color: #51F524;
}
</style>