Shades of Harlequin #28E005
Tints of Harlequin #28E005
RGB
CMYK
RGB Variations
Color information
#28E005 (or 0x28E005) is known color: Harlequin. HEX triplet: 28, E0 and 05. RGB value is (40,224,5). Sum of RGB (Red+Green+Blue) = 40+224+5=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 224 (87.89% from 255 or 83.27% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 224 - color contains mainly: green. Hex color #28E005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E005 is #D71FFA. Grayscale: #909090. Windows color (decimal): -14098427 or 385064. OLE color: 385064.
HSL color Cylindrical-coordinate representation of color #28E005: hue angle of 110.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28E005 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 5 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.12 |
| HSL | 110.41º | 0.96% | 0.45% | - |
| HSV(B) | 110.41º | 0.98% | 0.88% | - |
| XYZ | 27.56 | 53.77 | 9.07 | - |
| YUV | 144.02 | 49.54 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 5 | 0.82 | 0 | 0.98 | 0.12 | 110.41 | 0.96 | 0.45 |
| Hex | 28 | E0 | 5 | 52 | 0 | 62 | C | 6E | 60 | 2D |
| Octal | 50 | 340 | 5 | 122 | 0 | 142 | 14 | 156 | 140 | 55 |
| Binary | 101000 | 11100000 | 101 | 1010010 | 0 | 1100010 | 1100 | 1101110 | 1100000 | 101101 |
Color Harmonies of #28E005
Complementary color
Monochromatic Colors of #28E005
Black with #28E005
Text Example
Text Example
White with #28E005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E005; }
p { color: rgb(40,224,5); }
H1.HeaderClassName
{
color: #28E005;
}
.AnyTagClassName
{
color: #28E005;
}
</style>
background-color css
<style>
a { background-color: #28E005; }
a { background-color: rgb(40,224,5); }
div.DivClassName
{
background-color: #28E005;
}
.BgClassName
{
background-color: #28E005;
}
</style>
border-color css
<style>
span { border-color: #28E005; }
span { border-color: rgb(40,224,5); }
td.TdClassName
{
border-color: #28E005;
}
.TagClassName
{
border-color: #28E005;
}
</style>