Shades of Harlequin #51F502
Tints of Harlequin #51F502
RGB
CMYK
RGB Variations
Color information
#51F502 (or 0x51F502) is known color: Harlequin. HEX triplet: 51, F5 and 02. RGB value is (81,245,2). Sum of RGB (Red+Green+Blue) = 81+245+2=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 245 (96.09% from 255 or 74.70% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 245 - color contains mainly: green. Hex color #51F502 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51F502 is #AE0AFD. Grayscale: #A9A9A9. Windows color (decimal): -11406078 or 193873. OLE color: 193873.
HSL color Cylindrical-coordinate representation of color #51F502: hue angle of 100.49º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51F502 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 245 | 2 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.04 |
| HSL | 100.49º | 0.98% | 0.48% | - |
| HSV(B) | 100.49º | 0.99% | 0.96% | - |
| XYZ | 36.06 | 67.06 | 11.1 | - |
| YUV | 168.26 | 34.17 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 245 | 2 | 0.67 | 0 | 0.99 | 0.04 | 100.49 | 0.98 | 0.48 |
| Hex | 51 | F5 | 2 | 43 | 0 | 63 | 4 | 64 | 62 | 30 |
| Octal | 121 | 365 | 2 | 103 | 0 | 143 | 4 | 144 | 142 | 60 |
| Binary | 1010001 | 11110101 | 10 | 1000011 | 0 | 1100011 | 100 | 1100100 | 1100010 | 110000 |
Color Harmonies of #51F502
Complementary color
Monochromatic Colors of #51F502
Black with #51F502
Text Example
Text Example
White with #51F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F502; }
p { color: rgb(81,245,2); }
H1.HeaderClassName
{
color: #51F502;
}
.AnyTagClassName
{
color: #51F502;
}
</style>
background-color css
<style>
a { background-color: #51F502; }
a { background-color: rgb(81,245,2); }
div.DivClassName
{
background-color: #51F502;
}
.BgClassName
{
background-color: #51F502;
}
</style>
border-color css
<style>
span { border-color: #51F502; }
span { border-color: rgb(81,245,2); }
td.TdClassName
{
border-color: #51F502;
}
.TagClassName
{
border-color: #51F502;
}
</style>