Shades of Harlequin #28F201
Tints of Harlequin #28F201
RGB
CMYK
RGB Variations
Color information
#28F201 (or 0x28F201) is known color: Harlequin. HEX triplet: 28, F2 and 01. RGB value is (40,242,1). Sum of RGB (Red+Green+Blue) = 40+242+1=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 242 (94.92% from 255 or 85.51% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 242 - color contains mainly: green. Hex color #28F201 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F201 is #D70DFE. Grayscale: #9A9A9A. Windows color (decimal): -14093823 or 127528. OLE color: 127528.
HSL color Cylindrical-coordinate representation of color #28F201: hue angle of 110.29º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28F201 is Cyan = 0.83, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 1 | - |
| CMYK | 0.83 | 0 | 1.00 | 0.05 |
| HSL | 110.29º | 0.99% | 0.48% | - |
| HSV(B) | 110.29º | 1% | 0.95% | - |
| XYZ | 32.63 | 63.96 | 10.65 | - |
| YUV | 154.13 | 41.58 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 1 | 0.83 | 0 | 1.00 | 0.05 | 110.29 | 0.99 | 0.48 |
| Hex | 28 | F2 | 1 | 53 | 0 | 64 | 5 | 6E | 63 | 30 |
| Octal | 50 | 362 | 1 | 123 | 0 | 144 | 5 | 156 | 143 | 60 |
| Binary | 101000 | 11110010 | 1 | 1010011 | 0 | 1100100 | 101 | 1101110 | 1100011 | 110000 |
Color Harmonies of #28F201
Complementary color
Monochromatic Colors of #28F201
Black with #28F201
Text Example
Text Example
White with #28F201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F201; }
p { color: rgb(40,242,1); }
H1.HeaderClassName
{
color: #28F201;
}
.AnyTagClassName
{
color: #28F201;
}
</style>
background-color css
<style>
a { background-color: #28F201; }
a { background-color: rgb(40,242,1); }
div.DivClassName
{
background-color: #28F201;
}
.BgClassName
{
background-color: #28F201;
}
</style>
border-color css
<style>
span { border-color: #28F201; }
span { border-color: rgb(40,242,1); }
td.TdClassName
{
border-color: #28F201;
}
.TagClassName
{
border-color: #28F201;
}
</style>