Shades of Harlequin #28F800
Tints of Harlequin #28F800
RGB
CMYK
RGB Variations
Color information
#28F800 (or 0x28F800) is known color: Harlequin. HEX triplet: 28, F8 and 00. RGB value is (40,248,0). Sum of RGB (Red+Green+Blue) = 40+248+0=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 248 (97.27% from 255 or 86.11% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 248 - color contains mainly: green. Hex color #28F800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F800 is #D707FF. Grayscale: #9E9E9E. Windows color (decimal): -14092288 or 63528. OLE color: 63528.
HSL color Cylindrical-coordinate representation of color #28F800: hue angle of 110.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28F800 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.03 |
| HSL | 110.32º | 1% | 0.49% | - |
| HSV(B) | 110.32º | 1% | 0.97% | - |
| XYZ | 34.44 | 67.59 | 11.23 | - |
| YUV | 157.54 | 39.09 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 0 | 0.84 | 0 | 1 | 0.03 | 110.32 | 1 | 0.49 |
| Hex | 28 | F8 | 0 | 54 | 0 | 64 | 3 | 6E | 64 | 31 |
| Octal | 50 | 370 | 0 | 124 | 0 | 144 | 3 | 156 | 144 | 61 |
| Binary | 101000 | 11111000 | 0 | 1010100 | 0 | 1100100 | 11 | 1101110 | 1100100 | 110001 |
Color Harmonies of #28F800
Complementary color
Monochromatic Colors of #28F800
Black with #28F800
Text Example
Text Example
White with #28F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F800; }
p { color: rgb(40,248,0); }
H1.HeaderClassName
{
color: #28F800;
}
.AnyTagClassName
{
color: #28F800;
}
</style>
background-color css
<style>
a { background-color: #28F800; }
a { background-color: rgb(40,248,0); }
div.DivClassName
{
background-color: #28F800;
}
.BgClassName
{
background-color: #28F800;
}
</style>
border-color css
<style>
span { border-color: #28F800; }
span { border-color: rgb(40,248,0); }
td.TdClassName
{
border-color: #28F800;
}
.TagClassName
{
border-color: #28F800;
}
</style>