Shades of Harlequin #28DD07
Tints of Harlequin #28DD07
RGB
CMYK
RGB Variations
Color information
#28DD07 (or 0x28DD07) is known color: Harlequin. HEX triplet: 28, DD and 07. RGB value is (40,221,7). Sum of RGB (Red+Green+Blue) = 40+221+7=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 221 (86.72% from 255 or 82.46% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DD07 is #D722F8. Grayscale: #8F8F8F. Windows color (decimal): -14099193 or 515368. OLE color: 515368.
HSL color Cylindrical-coordinate representation of color #28DD07: hue angle of 110.75º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28DD07 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 7 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.13 |
| HSL | 110.75º | 0.94% | 0.45% | - |
| HSV(B) | 110.75º | 0.97% | 0.87% | - |
| XYZ | 26.77 | 52.18 | 8.86 | - |
| YUV | 142.49 | 51.53 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 7 | 0.82 | 0 | 0.97 | 0.13 | 110.75 | 0.94 | 0.45 |
| Hex | 28 | DD | 7 | 52 | 0 | 61 | D | 6F | 5E | 2D |
| Octal | 50 | 335 | 7 | 122 | 0 | 141 | 15 | 157 | 136 | 55 |
| Binary | 101000 | 11011101 | 111 | 1010010 | 0 | 1100001 | 1101 | 1101111 | 1011110 | 101101 |
Color Harmonies of #28DD07
Complementary color
Monochromatic Colors of #28DD07
Black with #28DD07
Text Example
Text Example
White with #28DD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD07; }
p { color: rgb(40,221,7); }
H1.HeaderClassName
{
color: #28DD07;
}
.AnyTagClassName
{
color: #28DD07;
}
</style>
background-color css
<style>
a { background-color: #28DD07; }
a { background-color: rgb(40,221,7); }
div.DivClassName
{
background-color: #28DD07;
}
.BgClassName
{
background-color: #28DD07;
}
</style>
border-color css
<style>
span { border-color: #28DD07; }
span { border-color: rgb(40,221,7); }
td.TdClassName
{
border-color: #28DD07;
}
.TagClassName
{
border-color: #28DD07;
}
</style>