Shades of Harlequin #28FF0D
Tints of Harlequin #28FF0D
RGB
CMYK
RGB Variations
Color information
#28FF0D (or 0x28FF0D) is known color: Harlequin. HEX triplet: 28, FF and 0D. RGB value is (40,255,13). Sum of RGB (Red+Green+Blue) = 40+255+13=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 255 (100% from 255 or 82.79% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FF0D is #D700F2. Grayscale: #A3A3A3. Windows color (decimal): -14090483 or 917288. OLE color: 917288.
HSL color Cylindrical-coordinate representation of color #28FF0D: hue angle of 113.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28FF0D is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 13 | - |
| CMYK | 0.84 | 0 | 0.95 | 0 |
| HSL | 113.31º | 1% | 0.53% | - |
| HSV(B) | 113.31º | 0.95% | 1% | - |
| XYZ | 36.71 | 72 | 12.34 | - |
| YUV | 163.13 | 43.27 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 13 | 0.84 | 0 | 0.95 | 0 | 113.31 | 1 | 0.53 |
| Hex | 28 | FF | D | 54 | 0 | 5F | 0 | 71 | 64 | 35 |
| Octal | 50 | 377 | 15 | 124 | 0 | 137 | 0 | 161 | 144 | 65 |
| Binary | 101000 | 11111111 | 1101 | 1010100 | 0 | 1011111 | 0 | 1110001 | 1100100 | 110101 |
Color Harmonies of #28FF0D
Complementary color
Monochromatic Colors of #28FF0D
Black with #28FF0D
Text Example
Text Example
White with #28FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF0D; }
p { color: rgb(40,255,13); }
H1.HeaderClassName
{
color: #28FF0D;
}
.AnyTagClassName
{
color: #28FF0D;
}
</style>
background-color css
<style>
a { background-color: #28FF0D; }
a { background-color: rgb(40,255,13); }
div.DivClassName
{
background-color: #28FF0D;
}
.BgClassName
{
background-color: #28FF0D;
}
</style>
border-color css
<style>
span { border-color: #28FF0D; }
span { border-color: rgb(40,255,13); }
td.TdClassName
{
border-color: #28FF0D;
}
.TagClassName
{
border-color: #28FF0D;
}
</style>