Shades of Harlequin #28FE05
Tints of Harlequin #28FE05
RGB
CMYK
RGB Variations
Color information
#28FE05 (or 0x28FE05) is known color: Harlequin. HEX triplet: 28, FE and 05. RGB value is (40,254,5). Sum of RGB (Red+Green+Blue) = 40+254+5=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 254 (99.61% from 255 or 84.95% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 254 - color contains mainly: green. Hex color #28FE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FE05 is #D701FA. Grayscale: #A2A2A2. Windows color (decimal): -14090747 or 392744. OLE color: 392744.
HSL color Cylindrical-coordinate representation of color #28FE05: hue angle of 111.57º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28FE05 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.00 |
| HSL | 111.57º | 0.99% | 0.51% | - |
| HSV(B) | 111.57º | 0.98% | 1% | - |
| XYZ | 36.34 | 71.35 | 12 | - |
| YUV | 161.63 | 39.6 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 5 | 0.84 | 0 | 0.98 | 0.00 | 111.57 | 0.99 | 0.51 |
| Hex | 28 | FE | 5 | 54 | 0 | 62 | 0 | 70 | 63 | 33 |
| Octal | 50 | 376 | 5 | 124 | 0 | 142 | 0 | 160 | 143 | 63 |
| Binary | 101000 | 11111110 | 101 | 1010100 | 0 | 1100010 | 0 | 1110000 | 1100011 | 110011 |
Color Harmonies of #28FE05
Complementary color
Monochromatic Colors of #28FE05
Black with #28FE05
Text Example
Text Example
White with #28FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FE05; }
p { color: rgb(40,254,5); }
H1.HeaderClassName
{
color: #28FE05;
}
.AnyTagClassName
{
color: #28FE05;
}
</style>
background-color css
<style>
a { background-color: #28FE05; }
a { background-color: rgb(40,254,5); }
div.DivClassName
{
background-color: #28FE05;
}
.BgClassName
{
background-color: #28FE05;
}
</style>
border-color css
<style>
span { border-color: #28FE05; }
span { border-color: rgb(40,254,5); }
td.TdClassName
{
border-color: #28FE05;
}
.TagClassName
{
border-color: #28FE05;
}
</style>