Shades of Harlequin #28DF02
Tints of Harlequin #28DF02
RGB
CMYK
RGB Variations
Color information
#28DF02 (or 0x28DF02) is known color: Harlequin. HEX triplet: 28, DF and 02. RGB value is (40,223,2). Sum of RGB (Red+Green+Blue) = 40+223+2=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 223 (87.5% from 255 or 84.15% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DF02 is #D720FD. Grayscale: #8F8F8F. Windows color (decimal): -14098686 or 188200. OLE color: 188200.
HSL color Cylindrical-coordinate representation of color #28DF02: hue angle of 109.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28DF02 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.13 |
| HSL | 109.68º | 0.98% | 0.44% | - |
| HSV(B) | 109.68º | 0.99% | 0.87% | - |
| XYZ | 27.27 | 53.23 | 8.89 | - |
| YUV | 143.09 | 48.37 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 2 | 0.82 | 0 | 0.99 | 0.13 | 109.68 | 0.98 | 0.44 |
| Hex | 28 | DF | 2 | 52 | 0 | 63 | D | 6E | 62 | 2C |
| Octal | 50 | 337 | 2 | 122 | 0 | 143 | 15 | 156 | 142 | 54 |
| Binary | 101000 | 11011111 | 10 | 1010010 | 0 | 1100011 | 1101 | 1101110 | 1100010 | 101100 |
Color Harmonies of #28DF02
Complementary color
Monochromatic Colors of #28DF02
Black with #28DF02
Text Example
Text Example
White with #28DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF02; }
p { color: rgb(40,223,2); }
H1.HeaderClassName
{
color: #28DF02;
}
.AnyTagClassName
{
color: #28DF02;
}
</style>
background-color css
<style>
a { background-color: #28DF02; }
a { background-color: rgb(40,223,2); }
div.DivClassName
{
background-color: #28DF02;
}
.BgClassName
{
background-color: #28DF02;
}
</style>
border-color css
<style>
span { border-color: #28DF02; }
span { border-color: rgb(40,223,2); }
td.TdClassName
{
border-color: #28DF02;
}
.TagClassName
{
border-color: #28DF02;
}
</style>