Shades of Harlequin #28FA05
Tints of Harlequin #28FA05
RGB
CMYK
RGB Variations
Color information
#28FA05 (or 0x28FA05) is known color: Harlequin. HEX triplet: 28, FA and 05. RGB value is (40,250,5). Sum of RGB (Red+Green+Blue) = 40+250+5=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 250 (98.05% from 255 or 84.75% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FA05 is #D705FA. Grayscale: #A0A0A0. Windows color (decimal): -14091771 or 391720. OLE color: 391720.
HSL color Cylindrical-coordinate representation of color #28FA05: hue angle of 111.43º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28FA05 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.02 |
| HSL | 111.43º | 0.96% | 0.5% | - |
| HSV(B) | 111.43º | 0.98% | 0.98% | - |
| XYZ | 35.09 | 68.83 | 11.58 | - |
| YUV | 159.28 | 40.93 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 5 | 0.84 | 0 | 0.98 | 0.02 | 111.43 | 0.96 | 0.5 |
| Hex | 28 | FA | 5 | 54 | 0 | 62 | 2 | 6F | 60 | 32 |
| Octal | 50 | 372 | 5 | 124 | 0 | 142 | 2 | 157 | 140 | 62 |
| Binary | 101000 | 11111010 | 101 | 1010100 | 0 | 1100010 | 10 | 1101111 | 1100000 | 110010 |
Color Harmonies of #28FA05
Complementary color
Monochromatic Colors of #28FA05
Black with #28FA05
Text Example
Text Example
White with #28FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA05; }
p { color: rgb(40,250,5); }
H1.HeaderClassName
{
color: #28FA05;
}
.AnyTagClassName
{
color: #28FA05;
}
</style>
background-color css
<style>
a { background-color: #28FA05; }
a { background-color: rgb(40,250,5); }
div.DivClassName
{
background-color: #28FA05;
}
.BgClassName
{
background-color: #28FA05;
}
</style>
border-color css
<style>
span { border-color: #28FA05; }
span { border-color: rgb(40,250,5); }
td.TdClassName
{
border-color: #28FA05;
}
.TagClassName
{
border-color: #28FA05;
}
</style>