Shades of Harlequin #28FF06
Tints of Harlequin #28FF06
RGB
CMYK
RGB Variations
Color information
#28FF06 (or 0x28FF06) is known color: Harlequin. HEX triplet: 28, FF and 06. RGB value is (40,255,6). Sum of RGB (Red+Green+Blue) = 40+255+6=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 255 (100% from 255 or 84.72% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FF06 is #D700F9. Grayscale: #A3A3A3. Windows color (decimal): -14090490 or 458536. OLE color: 458536.
HSL color Cylindrical-coordinate representation of color #28FF06: hue angle of 111.81º 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 #28FF06 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 6 | - |
| CMYK | 0.84 | 0 | 0.98 | 0 |
| HSL | 111.81º | 1% | 0.51% | - |
| HSV(B) | 111.81º | 0.98% | 1% | - |
| XYZ | 36.67 | 71.98 | 12.13 | - |
| YUV | 162.33 | 39.77 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 6 | 0.84 | 0 | 0.98 | 0 | 111.81 | 1 | 0.51 |
| Hex | 28 | FF | 6 | 54 | 0 | 62 | 0 | 70 | 64 | 33 |
| Octal | 50 | 377 | 6 | 124 | 0 | 142 | 0 | 160 | 144 | 63 |
| Binary | 101000 | 11111111 | 110 | 1010100 | 0 | 1100010 | 0 | 1110000 | 1100100 | 110011 |
Color Harmonies of #28FF06
Complementary color
Monochromatic Colors of #28FF06
Black with #28FF06
Text Example
Text Example
White with #28FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF06; }
p { color: rgb(40,255,6); }
H1.HeaderClassName
{
color: #28FF06;
}
.AnyTagClassName
{
color: #28FF06;
}
</style>
background-color css
<style>
a { background-color: #28FF06; }
a { background-color: rgb(40,255,6); }
div.DivClassName
{
background-color: #28FF06;
}
.BgClassName
{
background-color: #28FF06;
}
</style>
border-color css
<style>
span { border-color: #28FF06; }
span { border-color: rgb(40,255,6); }
td.TdClassName
{
border-color: #28FF06;
}
.TagClassName
{
border-color: #28FF06;
}
</style>