Shades of Harlequin #28F804
Tints of Harlequin #28F804
RGB
CMYK
RGB Variations
Color information
#28F804 (or 0x28F804) is known color: Harlequin. HEX triplet: 28, F8 and 04. RGB value is (40,248,4). Sum of RGB (Red+Green+Blue) = 40+248+4=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 248 (97.27% from 255 or 84.93% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 248 - color contains mainly: green. Hex color #28F804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F804 is #D707FB. Grayscale: #9E9E9E. Windows color (decimal): -14092284 or 325672. OLE color: 325672.
HSL color Cylindrical-coordinate representation of color #28F804: hue angle of 111.15º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28F804 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.03 |
| HSL | 111.15º | 0.97% | 0.49% | - |
| HSV(B) | 111.15º | 0.98% | 0.97% | - |
| XYZ | 34.46 | 67.59 | 11.35 | - |
| YUV | 157.99 | 41.09 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 4 | 0.84 | 0 | 0.98 | 0.03 | 111.15 | 0.97 | 0.49 |
| Hex | 28 | F8 | 4 | 54 | 0 | 62 | 3 | 6F | 61 | 31 |
| Octal | 50 | 370 | 4 | 124 | 0 | 142 | 3 | 157 | 141 | 61 |
| Binary | 101000 | 11111000 | 100 | 1010100 | 0 | 1100010 | 11 | 1101111 | 1100001 | 110001 |
Color Harmonies of #28F804
Complementary color
Monochromatic Colors of #28F804
Black with #28F804
Text Example
Text Example
White with #28F804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F804; }
p { color: rgb(40,248,4); }
H1.HeaderClassName
{
color: #28F804;
}
.AnyTagClassName
{
color: #28F804;
}
</style>
background-color css
<style>
a { background-color: #28F804; }
a { background-color: rgb(40,248,4); }
div.DivClassName
{
background-color: #28F804;
}
.BgClassName
{
background-color: #28F804;
}
</style>
border-color css
<style>
span { border-color: #28F804; }
span { border-color: rgb(40,248,4); }
td.TdClassName
{
border-color: #28F804;
}
.TagClassName
{
border-color: #28F804;
}
</style>