Shades of Harlequin #51FB30
Tints of Harlequin #51FB30
RGB
CMYK
RGB Variations
Color information
#51FB30 (or 0x51FB30) is known color: Harlequin. HEX triplet: 51, FB and 30. RGB value is (81,251,48). Sum of RGB (Red+Green+Blue) = 81+251+48=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #51FB30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51FB30 is #AE04CF. Grayscale: #B1B1B1. Windows color (decimal): -11404496 or 3210065. OLE color: 3210065.
HSL color Cylindrical-coordinate representation of color #51FB30: hue angle of 110.25º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51FB30 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 251 | 48 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.02 |
| HSL | 110.25º | 0.96% | 0.59% | - |
| HSV(B) | 110.25º | 0.81% | 0.98% | - |
| XYZ | 38.42 | 70.96 | 14.47 | - |
| YUV | 177.03 | 55.18 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 251 | 48 | 0.68 | 0 | 0.81 | 0.02 | 110.25 | 0.96 | 0.59 |
| Hex | 51 | FB | 30 | 44 | 0 | 51 | 2 | 6E | 60 | 3B |
| Octal | 121 | 373 | 60 | 104 | 0 | 121 | 2 | 156 | 140 | 73 |
| Binary | 1010001 | 11111011 | 110000 | 1000100 | 0 | 1010001 | 10 | 1101110 | 1100000 | 111011 |
Color Harmonies of #51FB30
Complementary color
Monochromatic Colors of #51FB30
Black with #51FB30
Text Example
Text Example
White with #51FB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FB30; }
p { color: rgb(81,251,48); }
H1.HeaderClassName
{
color: #51FB30;
}
.AnyTagClassName
{
color: #51FB30;
}
</style>
background-color css
<style>
a { background-color: #51FB30; }
a { background-color: rgb(81,251,48); }
div.DivClassName
{
background-color: #51FB30;
}
.BgClassName
{
background-color: #51FB30;
}
</style>
border-color css
<style>
span { border-color: #51FB30; }
span { border-color: rgb(81,251,48); }
td.TdClassName
{
border-color: #51FB30;
}
.TagClassName
{
border-color: #51FB30;
}
</style>