Shades of Harlequin #28FF08
Tints of Harlequin #28FF08
RGB
CMYK
RGB Variations
Color information
#28FF08 (or 0x28FF08) is known color: Harlequin. HEX triplet: 28, FF and 08. RGB value is (40,255,8). Sum of RGB (Red+Green+Blue) = 40+255+8=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 255 (100% from 255 or 84.16% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FF08 is #D700F7. Grayscale: #A3A3A3. Windows color (decimal): -14090488 or 589608. OLE color: 589608.
HSL color Cylindrical-coordinate representation of color #28FF08: hue angle of 112.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28FF08 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 8 | - |
| CMYK | 0.84 | 0 | 0.97 | 0 |
| HSL | 112.23º | 1% | 0.52% | - |
| HSV(B) | 112.23º | 0.97% | 1% | - |
| XYZ | 36.68 | 71.99 | 12.19 | - |
| YUV | 162.56 | 40.77 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 8 | 0.84 | 0 | 0.97 | 0 | 112.23 | 1 | 0.52 |
| Hex | 28 | FF | 8 | 54 | 0 | 61 | 0 | 70 | 64 | 34 |
| Octal | 50 | 377 | 10 | 124 | 0 | 141 | 0 | 160 | 144 | 64 |
| Binary | 101000 | 11111111 | 1000 | 1010100 | 0 | 1100001 | 0 | 1110000 | 1100100 | 110100 |
Color Harmonies of #28FF08
Complementary color
Monochromatic Colors of #28FF08
Black with #28FF08
Text Example
Text Example
White with #28FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF08; }
p { color: rgb(40,255,8); }
H1.HeaderClassName
{
color: #28FF08;
}
.AnyTagClassName
{
color: #28FF08;
}
</style>
background-color css
<style>
a { background-color: #28FF08; }
a { background-color: rgb(40,255,8); }
div.DivClassName
{
background-color: #28FF08;
}
.BgClassName
{
background-color: #28FF08;
}
</style>
border-color css
<style>
span { border-color: #28FF08; }
span { border-color: rgb(40,255,8); }
td.TdClassName
{
border-color: #28FF08;
}
.TagClassName
{
border-color: #28FF08;
}
</style>