Shades of Harlequin #28E008
Tints of Harlequin #28E008
RGB
CMYK
RGB Variations
Color information
#28E008 (or 0x28E008) is known color: Harlequin. HEX triplet: 28, E0 and 08. RGB value is (40,224,8). Sum of RGB (Red+Green+Blue) = 40+224+8=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 224 (87.89% from 255 or 82.35% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 224 - color contains mainly: green. Hex color #28E008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E008 is #D71FF7. Grayscale: #919191. Windows color (decimal): -14098424 or 581672. OLE color: 581672.
HSL color Cylindrical-coordinate representation of color #28E008: hue angle of 111.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28E008 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 8 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.12 |
| HSL | 111.11º | 0.93% | 0.45% | - |
| HSV(B) | 111.11º | 0.96% | 0.88% | - |
| XYZ | 27.57 | 53.78 | 9.16 | - |
| YUV | 144.36 | 51.04 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 8 | 0.82 | 0 | 0.96 | 0.12 | 111.11 | 0.93 | 0.45 |
| Hex | 28 | E0 | 8 | 52 | 0 | 60 | C | 6F | 5D | 2D |
| Octal | 50 | 340 | 10 | 122 | 0 | 140 | 14 | 157 | 135 | 55 |
| Binary | 101000 | 11100000 | 1000 | 1010010 | 0 | 1100000 | 1100 | 1101111 | 1011101 | 101101 |
Color Harmonies of #28E008
Complementary color
Monochromatic Colors of #28E008
Black with #28E008
Text Example
Text Example
White with #28E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E008; }
p { color: rgb(40,224,8); }
H1.HeaderClassName
{
color: #28E008;
}
.AnyTagClassName
{
color: #28E008;
}
</style>
background-color css
<style>
a { background-color: #28E008; }
a { background-color: rgb(40,224,8); }
div.DivClassName
{
background-color: #28E008;
}
.BgClassName
{
background-color: #28E008;
}
</style>
border-color css
<style>
span { border-color: #28E008; }
span { border-color: rgb(40,224,8); }
td.TdClassName
{
border-color: #28E008;
}
.TagClassName
{
border-color: #28E008;
}
</style>