Shades of Harlequin #28EC07
Tints of Harlequin #28EC07
RGB
CMYK
RGB Variations
Color information
#28EC07 (or 0x28EC07) is known color: Harlequin. HEX triplet: 28, EC and 07. RGB value is (40,236,7). Sum of RGB (Red+Green+Blue) = 40+236+7=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 236 (92.58% from 255 or 83.39% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EC07 is #D713F8. Grayscale: #989898. Windows color (decimal): -14095353 or 519208. OLE color: 519208.
HSL color Cylindrical-coordinate representation of color #28EC07: hue angle of 111.35º degrees, saturation: 0.94, 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 #28EC07 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.07 |
| HSL | 111.35º | 0.94% | 0.48% | - |
| HSV(B) | 111.35º | 0.97% | 0.93% | - |
| XYZ | 30.91 | 60.46 | 10.24 | - |
| YUV | 151.29 | 46.57 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 7 | 0.83 | 0 | 0.97 | 0.07 | 111.35 | 0.94 | 0.48 |
| Hex | 28 | EC | 7 | 53 | 0 | 61 | 7 | 6F | 5E | 30 |
| Octal | 50 | 354 | 7 | 123 | 0 | 141 | 7 | 157 | 136 | 60 |
| Binary | 101000 | 11101100 | 111 | 1010011 | 0 | 1100001 | 111 | 1101111 | 1011110 | 110000 |
Color Harmonies of #28EC07
Complementary color
Monochromatic Colors of #28EC07
Black with #28EC07
Text Example
Text Example
White with #28EC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EC07; }
p { color: rgb(40,236,7); }
H1.HeaderClassName
{
color: #28EC07;
}
.AnyTagClassName
{
color: #28EC07;
}
</style>
background-color css
<style>
a { background-color: #28EC07; }
a { background-color: rgb(40,236,7); }
div.DivClassName
{
background-color: #28EC07;
}
.BgClassName
{
background-color: #28EC07;
}
</style>
border-color css
<style>
span { border-color: #28EC07; }
span { border-color: rgb(40,236,7); }
td.TdClassName
{
border-color: #28EC07;
}
.TagClassName
{
border-color: #28EC07;
}
</style>