Shades of Harlequin #51F504
Tints of Harlequin #51F504
RGB
CMYK
RGB Variations
Color information
#51F504 (or 0x51F504) is known color: Harlequin. HEX triplet: 51, F5 and 04. RGB value is (81,245,4). Sum of RGB (Red+Green+Blue) = 81+245+4=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 245 (96.09% from 255 or 74.24% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 245 - color contains mainly: green. Hex color #51F504 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51F504 is #AE0AFB. Grayscale: #A9A9A9. Windows color (decimal): -11406076 or 324945. OLE color: 324945.
HSL color Cylindrical-coordinate representation of color #51F504: hue angle of 100.83º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51F504 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 245 | 4 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.04 |
| HSL | 100.83º | 0.97% | 0.49% | - |
| HSV(B) | 100.83º | 0.98% | 0.96% | - |
| XYZ | 36.07 | 67.06 | 11.16 | - |
| YUV | 168.49 | 35.17 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 245 | 4 | 0.67 | 0 | 0.98 | 0.04 | 100.83 | 0.97 | 0.49 |
| Hex | 51 | F5 | 4 | 43 | 0 | 62 | 4 | 65 | 61 | 31 |
| Octal | 121 | 365 | 4 | 103 | 0 | 142 | 4 | 145 | 141 | 61 |
| Binary | 1010001 | 11110101 | 100 | 1000011 | 0 | 1100010 | 100 | 1100101 | 1100001 | 110001 |
Color Harmonies of #51F504
Complementary color
Monochromatic Colors of #51F504
Black with #51F504
Text Example
Text Example
White with #51F504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F504; }
p { color: rgb(81,245,4); }
H1.HeaderClassName
{
color: #51F504;
}
.AnyTagClassName
{
color: #51F504;
}
</style>
background-color css
<style>
a { background-color: #51F504; }
a { background-color: rgb(81,245,4); }
div.DivClassName
{
background-color: #51F504;
}
.BgClassName
{
background-color: #51F504;
}
</style>
border-color css
<style>
span { border-color: #51F504; }
span { border-color: rgb(81,245,4); }
td.TdClassName
{
border-color: #51F504;
}
.TagClassName
{
border-color: #51F504;
}
</style>