Shades of Harlequin #51DF06
Tints of Harlequin #51DF06
RGB
CMYK
RGB Variations
Color information
#51DF06 (or 0x51DF06) is known color: Harlequin. HEX triplet: 51, DF and 06. RGB value is (81,223,6). Sum of RGB (Red+Green+Blue) = 81+223+6=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 223 (87.5% from 255 or 71.94% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 223 - color contains mainly: green. Hex color #51DF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51DF06 is #AE20F9. Grayscale: #9C9C9C. Windows color (decimal): -11411706 or 450385. OLE color: 450385.
HSL color Cylindrical-coordinate representation of color #51DF06: hue angle of 99.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51DF06 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 6 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.13 |
| HSL | 99.26º | 0.95% | 0.45% | - |
| HSV(B) | 99.26º | 0.97% | 0.87% | - |
| XYZ | 29.81 | 54.54 | 9.13 | - |
| YUV | 155.8 | 43.46 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 6 | 0.64 | 0 | 0.97 | 0.13 | 99.26 | 0.95 | 0.45 |
| Hex | 51 | DF | 6 | 40 | 0 | 61 | D | 63 | 5F | 2D |
| Octal | 121 | 337 | 6 | 100 | 0 | 141 | 15 | 143 | 137 | 55 |
| Binary | 1010001 | 11011111 | 110 | 1000000 | 0 | 1100001 | 1101 | 1100011 | 1011111 | 101101 |
Color Harmonies of #51DF06
Complementary color
Monochromatic Colors of #51DF06
Black with #51DF06
Text Example
Text Example
White with #51DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DF06; }
p { color: rgb(81,223,6); }
H1.HeaderClassName
{
color: #51DF06;
}
.AnyTagClassName
{
color: #51DF06;
}
</style>
background-color css
<style>
a { background-color: #51DF06; }
a { background-color: rgb(81,223,6); }
div.DivClassName
{
background-color: #51DF06;
}
.BgClassName
{
background-color: #51DF06;
}
</style>
border-color css
<style>
span { border-color: #51DF06; }
span { border-color: rgb(81,223,6); }
td.TdClassName
{
border-color: #51DF06;
}
.TagClassName
{
border-color: #51DF06;
}
</style>