Shades of Harlequin #28E400
Tints of Harlequin #28E400
RGB
CMYK
RGB Variations
Color information
#28E400 (or 0x28E400) is known color: Harlequin. HEX triplet: 28, E4 and 00. RGB value is (40,228,0). Sum of RGB (Red+Green+Blue) = 40+228+0=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 228 (89.45% from 255 or 85.07% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 228 - color contains mainly: green. Hex color #28E400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E400 is #D71BFF. Grayscale: #929292. Windows color (decimal): -14097408 or 58408. OLE color: 58408.
HSL color Cylindrical-coordinate representation of color #28E400: hue angle of 109.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28E400 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.11 |
| HSL | 109.47º | 1% | 0.45% | - |
| HSV(B) | 109.47º | 1% | 0.89% | - |
| XYZ | 28.62 | 55.94 | 9.29 | - |
| YUV | 145.8 | 45.72 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 0 | 0.82 | 0 | 1 | 0.11 | 109.47 | 1 | 0.45 |
| Hex | 28 | E4 | 0 | 52 | 0 | 64 | B | 6D | 64 | 2D |
| Octal | 50 | 344 | 0 | 122 | 0 | 144 | 13 | 155 | 144 | 55 |
| Binary | 101000 | 11100100 | 0 | 1010010 | 0 | 1100100 | 1011 | 1101101 | 1100100 | 101101 |
Color Harmonies of #28E400
Complementary color
Monochromatic Colors of #28E400
Black with #28E400
Text Example
Text Example
White with #28E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E400; }
p { color: rgb(40,228,0); }
H1.HeaderClassName
{
color: #28E400;
}
.AnyTagClassName
{
color: #28E400;
}
</style>
background-color css
<style>
a { background-color: #28E400; }
a { background-color: rgb(40,228,0); }
div.DivClassName
{
background-color: #28E400;
}
.BgClassName
{
background-color: #28E400;
}
</style>
border-color css
<style>
span { border-color: #28E400; }
span { border-color: rgb(40,228,0); }
td.TdClassName
{
border-color: #28E400;
}
.TagClassName
{
border-color: #28E400;
}
</style>