Shades of Harlequin #28F601
Tints of Harlequin #28F601
RGB
CMYK
RGB Variations
Color information
#28F601 (or 0x28F601) is known color: Harlequin. HEX triplet: 28, F6 and 01. RGB value is (40,246,1). Sum of RGB (Red+Green+Blue) = 40+246+1=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 246 (96.48% from 255 or 85.71% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 246 - color contains mainly: green. Hex color #28F601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F601 is #D709FE. Grayscale: #9D9D9D. Windows color (decimal): -14092799 or 128552. OLE color: 128552.
HSL color Cylindrical-coordinate representation of color #28F601: hue angle of 110.45º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28F601 is Cyan = 0.84, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 1 | - |
| CMYK | 0.84 | 0 | 1.00 | 0.04 |
| HSL | 110.45º | 0.99% | 0.48% | - |
| HSV(B) | 110.45º | 1% | 0.96% | - |
| XYZ | 33.84 | 66.36 | 11.06 | - |
| YUV | 156.48 | 40.25 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 1 | 0.84 | 0 | 1.00 | 0.04 | 110.45 | 0.99 | 0.48 |
| Hex | 28 | F6 | 1 | 54 | 0 | 64 | 4 | 6E | 63 | 30 |
| Octal | 50 | 366 | 1 | 124 | 0 | 144 | 4 | 156 | 143 | 60 |
| Binary | 101000 | 11110110 | 1 | 1010100 | 0 | 1100100 | 100 | 1101110 | 1100011 | 110000 |
Color Harmonies of #28F601
Complementary color
Monochromatic Colors of #28F601
Black with #28F601
Text Example
Text Example
White with #28F601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F601; }
p { color: rgb(40,246,1); }
H1.HeaderClassName
{
color: #28F601;
}
.AnyTagClassName
{
color: #28F601;
}
</style>
background-color css
<style>
a { background-color: #28F601; }
a { background-color: rgb(40,246,1); }
div.DivClassName
{
background-color: #28F601;
}
.BgClassName
{
background-color: #28F601;
}
</style>
border-color css
<style>
span { border-color: #28F601; }
span { border-color: rgb(40,246,1); }
td.TdClassName
{
border-color: #28F601;
}
.TagClassName
{
border-color: #28F601;
}
</style>