Shades of Harlequin #28F200
Tints of Harlequin #28F200
RGB
CMYK
RGB Variations
Color information
#28F200 (or 0x28F200) is known color: Harlequin. HEX triplet: 28, F2 and 00. RGB value is (40,242,0). Sum of RGB (Red+Green+Blue) = 40+242+0=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 242 (94.92% from 255 or 85.82% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 242 - color contains mainly: green. Hex color #28F200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F200 is #D70DFF. Grayscale: #9A9A9A. Windows color (decimal): -14093824 or 61992. OLE color: 61992.
HSL color Cylindrical-coordinate representation of color #28F200: hue angle of 110.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28F200 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.05 |
| HSL | 110.08º | 1% | 0.47% | - |
| HSV(B) | 110.08º | 1% | 0.95% | - |
| XYZ | 32.63 | 63.96 | 10.63 | - |
| YUV | 154.01 | 41.08 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 0 | 0.83 | 0 | 1 | 0.05 | 110.08 | 1 | 0.47 |
| Hex | 28 | F2 | 0 | 53 | 0 | 64 | 5 | 6E | 64 | 2F |
| Octal | 50 | 362 | 0 | 123 | 0 | 144 | 5 | 156 | 144 | 57 |
| Binary | 101000 | 11110010 | 0 | 1010011 | 0 | 1100100 | 101 | 1101110 | 1100100 | 101111 |
Color Harmonies of #28F200
Complementary color
Monochromatic Colors of #28F200
Black with #28F200
Text Example
Text Example
White with #28F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F200; }
p { color: rgb(40,242,0); }
H1.HeaderClassName
{
color: #28F200;
}
.AnyTagClassName
{
color: #28F200;
}
</style>
background-color css
<style>
a { background-color: #28F200; }
a { background-color: rgb(40,242,0); }
div.DivClassName
{
background-color: #28F200;
}
.BgClassName
{
background-color: #28F200;
}
</style>
border-color css
<style>
span { border-color: #28F200; }
span { border-color: rgb(40,242,0); }
td.TdClassName
{
border-color: #28F200;
}
.TagClassName
{
border-color: #28F200;
}
</style>