Shades of Harlequin #28EF10
Tints of Harlequin #28EF10
RGB
CMYK
RGB Variations
Color information
#28EF10 (or 0x28EF10) is known color: Harlequin. HEX triplet: 28, EF and 10. RGB value is (40,239,16). Sum of RGB (Red+Green+Blue) = 40+239+16=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 239 (93.75% from 255 or 81.02% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 239 - color contains mainly: green. Hex color #28EF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EF10 is #D710EF. Grayscale: #9A9A9A. Windows color (decimal): -14094576 or 1109800. OLE color: 1109800.
HSL color Cylindrical-coordinate representation of color #28EF10: hue angle of 113.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28EF10 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.06 |
| HSL | 113.54º | 0.87% | 0.5% | - |
| HSV(B) | 113.54º | 0.93% | 0.94% | - |
| XYZ | 31.84 | 62.22 | 10.82 | - |
| YUV | 154.08 | 50.07 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 16 | 0.83 | 0 | 0.93 | 0.06 | 113.54 | 0.87 | 0.5 |
| Hex | 28 | EF | 10 | 53 | 0 | 5D | 6 | 72 | 57 | 32 |
| Octal | 50 | 357 | 20 | 123 | 0 | 135 | 6 | 162 | 127 | 62 |
| Binary | 101000 | 11101111 | 10000 | 1010011 | 0 | 1011101 | 110 | 1110010 | 1010111 | 110010 |
Color Harmonies of #28EF10
Complementary color
Monochromatic Colors of #28EF10
Black with #28EF10
Text Example
Text Example
White with #28EF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EF10; }
p { color: rgb(40,239,16); }
H1.HeaderClassName
{
color: #28EF10;
}
.AnyTagClassName
{
color: #28EF10;
}
</style>
background-color css
<style>
a { background-color: #28EF10; }
a { background-color: rgb(40,239,16); }
div.DivClassName
{
background-color: #28EF10;
}
.BgClassName
{
background-color: #28EF10;
}
</style>
border-color css
<style>
span { border-color: #28EF10; }
span { border-color: rgb(40,239,16); }
td.TdClassName
{
border-color: #28EF10;
}
.TagClassName
{
border-color: #28EF10;
}
</style>