Shades of Harlequin #28EC08
Tints of Harlequin #28EC08
RGB
CMYK
RGB Variations
Color information
#28EC08 (or 0x28EC08) is known color: Harlequin. HEX triplet: 28, EC and 08. RGB value is (40,236,8). Sum of RGB (Red+Green+Blue) = 40+236+8=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 236 (92.58% from 255 or 83.10% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EC08 is #D713F7. Grayscale: #989898. Windows color (decimal): -14095352 or 584744. OLE color: 584744.
HSL color Cylindrical-coordinate representation of color #28EC08: hue angle of 111.58º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28EC08 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 8 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.07 |
| HSL | 111.58º | 0.93% | 0.48% | - |
| HSV(B) | 111.58º | 0.97% | 0.93% | - |
| XYZ | 30.91 | 60.46 | 10.27 | - |
| YUV | 151.4 | 47.07 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 8 | 0.83 | 0 | 0.97 | 0.07 | 111.58 | 0.93 | 0.48 |
| Hex | 28 | EC | 8 | 53 | 0 | 61 | 7 | 70 | 5D | 30 |
| Octal | 50 | 354 | 10 | 123 | 0 | 141 | 7 | 160 | 135 | 60 |
| Binary | 101000 | 11101100 | 1000 | 1010011 | 0 | 1100001 | 111 | 1110000 | 1011101 | 110000 |
Color Harmonies of #28EC08
Complementary color
Monochromatic Colors of #28EC08
Black with #28EC08
Text Example
Text Example
White with #28EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EC08; }
p { color: rgb(40,236,8); }
H1.HeaderClassName
{
color: #28EC08;
}
.AnyTagClassName
{
color: #28EC08;
}
</style>
background-color css
<style>
a { background-color: #28EC08; }
a { background-color: rgb(40,236,8); }
div.DivClassName
{
background-color: #28EC08;
}
.BgClassName
{
background-color: #28EC08;
}
</style>
border-color css
<style>
span { border-color: #28EC08; }
span { border-color: rgb(40,236,8); }
td.TdClassName
{
border-color: #28EC08;
}
.TagClassName
{
border-color: #28EC08;
}
</style>