Shades of Harlequin #28FF04
Tints of Harlequin #28FF04
RGB
CMYK
RGB Variations
Color information
#28FF04 (or 0x28FF04) is known color: Harlequin. HEX triplet: 28, FF and 04. RGB value is (40,255,4). Sum of RGB (Red+Green+Blue) = 40+255+4=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 255 (100% from 255 or 85.28% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FF04 is #D700FB. Grayscale: #A2A2A2. Windows color (decimal): -14090492 or 327464. OLE color: 327464.
HSL color Cylindrical-coordinate representation of color #28FF04: hue angle of 111.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28FF04 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0 |
| HSL | 111.39º | 1% | 0.51% | - |
| HSV(B) | 111.39º | 0.98% | 1% | - |
| XYZ | 36.66 | 71.98 | 12.08 | - |
| YUV | 162.1 | 38.77 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 4 | 0.84 | 0 | 0.98 | 0 | 111.39 | 1 | 0.51 |
| Hex | 28 | FF | 4 | 54 | 0 | 62 | 0 | 6F | 64 | 33 |
| Octal | 50 | 377 | 4 | 124 | 0 | 142 | 0 | 157 | 144 | 63 |
| Binary | 101000 | 11111111 | 100 | 1010100 | 0 | 1100010 | 0 | 1101111 | 1100100 | 110011 |
Color Harmonies of #28FF04
Complementary color
Monochromatic Colors of #28FF04
Black with #28FF04
Text Example
Text Example
White with #28FF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF04; }
p { color: rgb(40,255,4); }
H1.HeaderClassName
{
color: #28FF04;
}
.AnyTagClassName
{
color: #28FF04;
}
</style>
background-color css
<style>
a { background-color: #28FF04; }
a { background-color: rgb(40,255,4); }
div.DivClassName
{
background-color: #28FF04;
}
.BgClassName
{
background-color: #28FF04;
}
</style>
border-color css
<style>
span { border-color: #28FF04; }
span { border-color: rgb(40,255,4); }
td.TdClassName
{
border-color: #28FF04;
}
.TagClassName
{
border-color: #28FF04;
}
</style>