Shades of Harlequin #28D802
Tints of Harlequin #28D802
RGB
CMYK
RGB Variations
Color information
#28D802 (or 0x28D802) is known color: Harlequin. HEX triplet: 28, D8 and 02. RGB value is (40,216,2). Sum of RGB (Red+Green+Blue) = 40+216+2=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 216 (84.77% from 255 or 83.72% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 216 - color contains mainly: green. Hex color #28D802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D802 is #D727FD. Grayscale: #8B8B8B. Windows color (decimal): -14100478 or 186408. OLE color: 186408.
HSL color Cylindrical-coordinate representation of color #28D802: hue angle of 109.35º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28D802 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.15 |
| HSL | 109.35º | 0.98% | 0.43% | - |
| HSV(B) | 109.35º | 0.99% | 0.85% | - |
| XYZ | 25.44 | 49.57 | 8.28 | - |
| YUV | 138.98 | 50.69 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 2 | 0.81 | 0 | 0.99 | 0.15 | 109.35 | 0.98 | 0.43 |
| Hex | 28 | D8 | 2 | 51 | 0 | 63 | F | 6D | 62 | 2B |
| Octal | 50 | 330 | 2 | 121 | 0 | 143 | 17 | 155 | 142 | 53 |
| Binary | 101000 | 11011000 | 10 | 1010001 | 0 | 1100011 | 1111 | 1101101 | 1100010 | 101011 |
Color Harmonies of #28D802
Complementary color
Monochromatic Colors of #28D802
Black with #28D802
Text Example
Text Example
White with #28D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D802; }
p { color: rgb(40,216,2); }
H1.HeaderClassName
{
color: #28D802;
}
.AnyTagClassName
{
color: #28D802;
}
</style>
background-color css
<style>
a { background-color: #28D802; }
a { background-color: rgb(40,216,2); }
div.DivClassName
{
background-color: #28D802;
}
.BgClassName
{
background-color: #28D802;
}
</style>
border-color css
<style>
span { border-color: #28D802; }
span { border-color: rgb(40,216,2); }
td.TdClassName
{
border-color: #28D802;
}
.TagClassName
{
border-color: #28D802;
}
</style>