Shades of Harlequin #51FA30
Tints of Harlequin #51FA30
RGB
CMYK
RGB Variations
Color information
#51FA30 (or 0x51FA30) is known color: Harlequin. HEX triplet: 51, FA and 30. RGB value is (81,250,48). Sum of RGB (Red+Green+Blue) = 81+250+48=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #51FA30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51FA30 is #AE05CF. Grayscale: #B1B1B1. Windows color (decimal): -11404752 or 3209809. OLE color: 3209809.
HSL color Cylindrical-coordinate representation of color #51FA30: hue angle of 110.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51FA30 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 250 | 48 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.02 |
| HSL | 110.2º | 0.95% | 0.58% | - |
| HSV(B) | 110.2º | 0.81% | 0.98% | - |
| XYZ | 38.11 | 70.33 | 14.36 | - |
| YUV | 176.44 | 55.51 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 250 | 48 | 0.68 | 0 | 0.81 | 0.02 | 110.2 | 0.95 | 0.58 |
| Hex | 51 | FA | 30 | 44 | 0 | 51 | 2 | 6E | 5F | 3A |
| Octal | 121 | 372 | 60 | 104 | 0 | 121 | 2 | 156 | 137 | 72 |
| Binary | 1010001 | 11111010 | 110000 | 1000100 | 0 | 1010001 | 10 | 1101110 | 1011111 | 111010 |
Color Harmonies of #51FA30
Complementary color
Monochromatic Colors of #51FA30
Black with #51FA30
Text Example
Text Example
White with #51FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FA30; }
p { color: rgb(81,250,48); }
H1.HeaderClassName
{
color: #51FA30;
}
.AnyTagClassName
{
color: #51FA30;
}
</style>
background-color css
<style>
a { background-color: #51FA30; }
a { background-color: rgb(81,250,48); }
div.DivClassName
{
background-color: #51FA30;
}
.BgClassName
{
background-color: #51FA30;
}
</style>
border-color css
<style>
span { border-color: #51FA30; }
span { border-color: rgb(81,250,48); }
td.TdClassName
{
border-color: #51FA30;
}
.TagClassName
{
border-color: #51FA30;
}
</style>