Shades of Harlequin #28F80D
Tints of Harlequin #28F80D
RGB
CMYK
RGB Variations
Color information
#28F80D (or 0x28F80D) is known color: Harlequin. HEX triplet: 28, F8 and 0D. RGB value is (40,248,13). Sum of RGB (Red+Green+Blue) = 40+248+13=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 248 (97.27% from 255 or 82.39% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 248 - color contains mainly: green. Hex color #28F80D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F80D is #D707F2. Grayscale: #9F9F9F. Windows color (decimal): -14092275 or 915496. OLE color: 915496.
HSL color Cylindrical-coordinate representation of color #28F80D: hue angle of 113.11º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28F80D is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 13 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.03 |
| HSL | 113.11º | 0.94% | 0.51% | - |
| HSV(B) | 113.11º | 0.95% | 0.97% | - |
| XYZ | 34.52 | 67.61 | 11.61 | - |
| YUV | 159.02 | 45.59 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 13 | 0.84 | 0 | 0.95 | 0.03 | 113.11 | 0.94 | 0.51 |
| Hex | 28 | F8 | D | 54 | 0 | 5F | 3 | 71 | 5E | 33 |
| Octal | 50 | 370 | 15 | 124 | 0 | 137 | 3 | 161 | 136 | 63 |
| Binary | 101000 | 11111000 | 1101 | 1010100 | 0 | 1011111 | 11 | 1110001 | 1011110 | 110011 |
Color Harmonies of #28F80D
Complementary color
Monochromatic Colors of #28F80D
Black with #28F80D
Text Example
Text Example
White with #28F80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F80D; }
p { color: rgb(40,248,13); }
H1.HeaderClassName
{
color: #28F80D;
}
.AnyTagClassName
{
color: #28F80D;
}
</style>
background-color css
<style>
a { background-color: #28F80D; }
a { background-color: rgb(40,248,13); }
div.DivClassName
{
background-color: #28F80D;
}
.BgClassName
{
background-color: #28F80D;
}
</style>
border-color css
<style>
span { border-color: #28F80D; }
span { border-color: rgb(40,248,13); }
td.TdClassName
{
border-color: #28F80D;
}
.TagClassName
{
border-color: #28F80D;
}
</style>