Shades of Harlequin #51FB33
Tints of Harlequin #51FB33
RGB
CMYK
RGB Variations
Color information
#51FB33 (or 0x51FB33) is known color: Harlequin. HEX triplet: 51, FB and 33. RGB value is (81,251,51). Sum of RGB (Red+Green+Blue) = 81+251+51=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 251 (98.44% from 255 or 65.54% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 251 - color contains mainly: green. Hex color #51FB33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51FB33 is #AE04CC. Grayscale: #B2B2B2. Windows color (decimal): -11404493 or 3406673. OLE color: 3406673.
HSL color Cylindrical-coordinate representation of color #51FB33: hue angle of 111º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51FB33 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 251 | 51 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.02 |
| HSL | 111º | 0.96% | 0.59% | - |
| HSV(B) | 111º | 0.8% | 0.98% | - |
| XYZ | 38.49 | 70.98 | 14.8 | - |
| YUV | 177.37 | 56.68 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 251 | 51 | 0.68 | 0 | 0.80 | 0.02 | 111 | 0.96 | 0.59 |
| Hex | 51 | FB | 33 | 44 | 0 | 50 | 2 | 6F | 60 | 3B |
| Octal | 121 | 373 | 63 | 104 | 0 | 120 | 2 | 157 | 140 | 73 |
| Binary | 1010001 | 11111011 | 110011 | 1000100 | 0 | 1010000 | 10 | 1101111 | 1100000 | 111011 |
Color Harmonies of #51FB33
Complementary color
Monochromatic Colors of #51FB33
Black with #51FB33
Text Example
Text Example
White with #51FB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FB33; }
p { color: rgb(81,251,51); }
H1.HeaderClassName
{
color: #51FB33;
}
.AnyTagClassName
{
color: #51FB33;
}
</style>
background-color css
<style>
a { background-color: #51FB33; }
a { background-color: rgb(81,251,51); }
div.DivClassName
{
background-color: #51FB33;
}
.BgClassName
{
background-color: #51FB33;
}
</style>
border-color css
<style>
span { border-color: #51FB33; }
span { border-color: rgb(81,251,51); }
td.TdClassName
{
border-color: #51FB33;
}
.TagClassName
{
border-color: #51FB33;
}
</style>