Shades of Harlequin #28E60E
Tints of Harlequin #28E60E
RGB
CMYK
RGB Variations
Color information
#28E60E (or 0x28E60E) is known color: Harlequin. HEX triplet: 28, E6 and 0E. RGB value is (40,230,14). Sum of RGB (Red+Green+Blue) = 40+230+14=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 230 (90.23% from 255 or 80.99% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 230 - color contains mainly: green. Hex color #28E60E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28E60E is #D719F1. Grayscale: #959595. Windows color (decimal): -14096882 or 976424. OLE color: 976424.
HSL color Cylindrical-coordinate representation of color #28E60E: hue angle of 112.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28E60E is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 14 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.10 |
| HSL | 112.78º | 0.89% | 0.48% | - |
| HSV(B) | 112.78º | 0.94% | 0.9% | - |
| XYZ | 29.25 | 57.08 | 9.89 | - |
| YUV | 148.57 | 52.05 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 14 | 0.83 | 0 | 0.94 | 0.10 | 112.78 | 0.89 | 0.48 |
| Hex | 28 | E6 | E | 53 | 0 | 5E | A | 71 | 59 | 30 |
| Octal | 50 | 346 | 16 | 123 | 0 | 136 | 12 | 161 | 131 | 60 |
| Binary | 101000 | 11100110 | 1110 | 1010011 | 0 | 1011110 | 1010 | 1110001 | 1011001 | 110000 |
Color Harmonies of #28E60E
Complementary color
Monochromatic Colors of #28E60E
Black with #28E60E
Text Example
Text Example
White with #28E60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E60E; }
p { color: rgb(40,230,14); }
H1.HeaderClassName
{
color: #28E60E;
}
.AnyTagClassName
{
color: #28E60E;
}
</style>
background-color css
<style>
a { background-color: #28E60E; }
a { background-color: rgb(40,230,14); }
div.DivClassName
{
background-color: #28E60E;
}
.BgClassName
{
background-color: #28E60E;
}
</style>
border-color css
<style>
span { border-color: #28E60E; }
span { border-color: rgb(40,230,14); }
td.TdClassName
{
border-color: #28E60E;
}
.TagClassName
{
border-color: #28E60E;
}
</style>