Shades of Harlequin #51FC2C
Tints of Harlequin #51FC2C
RGB
CMYK
RGB Variations
Color information
#51FC2C (or 0x51FC2C) is known color: Harlequin. HEX triplet: 51, FC and 2C. RGB value is (81,252,44). Sum of RGB (Red+Green+Blue) = 81+252+44=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 252 (98.83% from 255 or 66.84% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 252 - color contains mainly: green. Hex color #51FC2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51FC2C is #AE03D3. Grayscale: #B1B1B1. Windows color (decimal): -11404244 or 2948177. OLE color: 2948177.
HSL color Cylindrical-coordinate representation of color #51FC2C: hue angle of 109.33º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51FC2C is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 252 | 44 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.01 |
| HSL | 109.33º | 0.97% | 0.58% | - |
| HSV(B) | 109.33º | 0.83% | 0.99% | - |
| XYZ | 38.66 | 71.55 | 14.16 | - |
| YUV | 177.16 | 52.85 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 252 | 44 | 0.68 | 0 | 0.83 | 0.01 | 109.33 | 0.97 | 0.58 |
| Hex | 51 | FC | 2C | 44 | 0 | 53 | 1 | 6D | 61 | 3A |
| Octal | 121 | 374 | 54 | 104 | 0 | 123 | 1 | 155 | 141 | 72 |
| Binary | 1010001 | 11111100 | 101100 | 1000100 | 0 | 1010011 | 1 | 1101101 | 1100001 | 111010 |
Color Harmonies of #51FC2C
Complementary color
Monochromatic Colors of #51FC2C
Black with #51FC2C
Text Example
Text Example
White with #51FC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FC2C; }
p { color: rgb(81,252,44); }
H1.HeaderClassName
{
color: #51FC2C;
}
.AnyTagClassName
{
color: #51FC2C;
}
</style>
background-color css
<style>
a { background-color: #51FC2C; }
a { background-color: rgb(81,252,44); }
div.DivClassName
{
background-color: #51FC2C;
}
.BgClassName
{
background-color: #51FC2C;
}
</style>
border-color css
<style>
span { border-color: #51FC2C; }
span { border-color: rgb(81,252,44); }
td.TdClassName
{
border-color: #51FC2C;
}
.TagClassName
{
border-color: #51FC2C;
}
</style>