Shades of Harlequin #28EE0F
Tints of Harlequin #28EE0F
RGB
CMYK
RGB Variations
Color information
#28EE0F (or 0x28EE0F) is known color: Harlequin. HEX triplet: 28, EE and 0F. RGB value is (40,238,15). Sum of RGB (Red+Green+Blue) = 40+238+15=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 238 (93.36% from 255 or 81.23% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 238 - color contains mainly: green. Hex color #28EE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EE0F is #D711F0. Grayscale: #9A9A9A. Windows color (decimal): -14094833 or 1044008. OLE color: 1044008.
HSL color Cylindrical-coordinate representation of color #28EE0F: hue angle of 113.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28EE0F is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 15 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.07 |
| HSL | 113.27º | 0.88% | 0.5% | - |
| HSV(B) | 113.27º | 0.94% | 0.93% | - |
| XYZ | 31.54 | 61.63 | 10.69 | - |
| YUV | 153.38 | 49.9 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 15 | 0.83 | 0 | 0.94 | 0.07 | 113.27 | 0.88 | 0.5 |
| Hex | 28 | EE | F | 53 | 0 | 5E | 7 | 71 | 58 | 32 |
| Octal | 50 | 356 | 17 | 123 | 0 | 136 | 7 | 161 | 130 | 62 |
| Binary | 101000 | 11101110 | 1111 | 1010011 | 0 | 1011110 | 111 | 1110001 | 1011000 | 110010 |
Color Harmonies of #28EE0F
Complementary color
Monochromatic Colors of #28EE0F
Black with #28EE0F
Text Example
Text Example
White with #28EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EE0F; }
p { color: rgb(40,238,15); }
H1.HeaderClassName
{
color: #28EE0F;
}
.AnyTagClassName
{
color: #28EE0F;
}
</style>
background-color css
<style>
a { background-color: #28EE0F; }
a { background-color: rgb(40,238,15); }
div.DivClassName
{
background-color: #28EE0F;
}
.BgClassName
{
background-color: #28EE0F;
}
</style>
border-color css
<style>
span { border-color: #28EE0F; }
span { border-color: rgb(40,238,15); }
td.TdClassName
{
border-color: #28EE0F;
}
.TagClassName
{
border-color: #28EE0F;
}
</style>