Shades of Harlequin #51FA2D
Tints of Harlequin #51FA2D
RGB
CMYK
RGB Variations
Color information
#51FA2D (or 0x51FA2D) is known color: Harlequin. HEX triplet: 51, FA and 2D. RGB value is (81,250,45). Sum of RGB (Red+Green+Blue) = 81+250+45=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 250 (98.05% from 255 or 66.49% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 250 - color contains mainly: green. Hex color #51FA2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51FA2D is #AE05D2. Grayscale: #B0B0B0. Windows color (decimal): -11404755 or 3013201. OLE color: 3013201.
HSL color Cylindrical-coordinate representation of color #51FA2D: hue angle of 109.46º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51FA2D is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 250 | 45 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.02 |
| HSL | 109.46º | 0.95% | 0.58% | - |
| HSV(B) | 109.46º | 0.82% | 0.98% | - |
| XYZ | 38.05 | 70.31 | 14.05 | - |
| YUV | 176.1 | 54.01 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 250 | 45 | 0.68 | 0 | 0.82 | 0.02 | 109.46 | 0.95 | 0.58 |
| Hex | 51 | FA | 2D | 44 | 0 | 52 | 2 | 6D | 5F | 3A |
| Octal | 121 | 372 | 55 | 104 | 0 | 122 | 2 | 155 | 137 | 72 |
| Binary | 1010001 | 11111010 | 101101 | 1000100 | 0 | 1010010 | 10 | 1101101 | 1011111 | 111010 |
Color Harmonies of #51FA2D
Complementary color
Monochromatic Colors of #51FA2D
Black with #51FA2D
Text Example
Text Example
White with #51FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FA2D; }
p { color: rgb(81,250,45); }
H1.HeaderClassName
{
color: #51FA2D;
}
.AnyTagClassName
{
color: #51FA2D;
}
</style>
background-color css
<style>
a { background-color: #51FA2D; }
a { background-color: rgb(81,250,45); }
div.DivClassName
{
background-color: #51FA2D;
}
.BgClassName
{
background-color: #51FA2D;
}
</style>
border-color css
<style>
span { border-color: #51FA2D; }
span { border-color: rgb(81,250,45); }
td.TdClassName
{
border-color: #51FA2D;
}
.TagClassName
{
border-color: #51FA2D;
}
</style>