Shades of Harlequin #28D606
Tints of Harlequin #28D606
RGB
CMYK
RGB Variations
Color information
#28D606 (or 0x28D606) is known color: Harlequin. HEX triplet: 28, D6 and 06. RGB value is (40,214,6). Sum of RGB (Red+Green+Blue) = 40+214+6=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 214 (83.98% from 255 or 82.31% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 214 - color contains mainly: green. Hex color #28D606 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D606 is #D729F9. Grayscale: #8A8A8A. Windows color (decimal): -14100986 or 448040. OLE color: 448040.
HSL color Cylindrical-coordinate representation of color #28D606: hue angle of 110.19º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28D606 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 6 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.16 |
| HSL | 110.19º | 0.95% | 0.43% | - |
| HSV(B) | 110.19º | 0.97% | 0.84% | - |
| XYZ | 24.95 | 48.56 | 8.23 | - |
| YUV | 138.26 | 53.35 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 6 | 0.81 | 0 | 0.97 | 0.16 | 110.19 | 0.95 | 0.43 |
| Hex | 28 | D6 | 6 | 51 | 0 | 61 | 10 | 6E | 5F | 2B |
| Octal | 50 | 326 | 6 | 121 | 0 | 141 | 20 | 156 | 137 | 53 |
| Binary | 101000 | 11010110 | 110 | 1010001 | 0 | 1100001 | 10000 | 1101110 | 1011111 | 101011 |
Color Harmonies of #28D606
Complementary color
Monochromatic Colors of #28D606
Black with #28D606
Text Example
Text Example
White with #28D606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D606; }
p { color: rgb(40,214,6); }
H1.HeaderClassName
{
color: #28D606;
}
.AnyTagClassName
{
color: #28D606;
}
</style>
background-color css
<style>
a { background-color: #28D606; }
a { background-color: rgb(40,214,6); }
div.DivClassName
{
background-color: #28D606;
}
.BgClassName
{
background-color: #28D606;
}
</style>
border-color css
<style>
span { border-color: #28D606; }
span { border-color: rgb(40,214,6); }
td.TdClassName
{
border-color: #28D606;
}
.TagClassName
{
border-color: #28D606;
}
</style>