Shades of Harlequin #28FD0D
Tints of Harlequin #28FD0D
RGB
CMYK
RGB Variations
Color information
#28FD0D (or 0x28FD0D) is known color: Harlequin. HEX triplet: 28, FD and 0D. RGB value is (40,253,13). Sum of RGB (Red+Green+Blue) = 40+253+13=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 253 (99.22% from 255 or 82.68% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 253 - color contains mainly: green. Hex color #28FD0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FD0D is #D702F2. Grayscale: #A2A2A2. Windows color (decimal): -14090995 or 916776. OLE color: 916776.
HSL color Cylindrical-coordinate representation of color #28FD0D: hue angle of 113.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28FD0D is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 13 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.01 |
| HSL | 113.25º | 0.98% | 0.52% | - |
| HSV(B) | 113.25º | 0.95% | 0.99% | - |
| XYZ | 36.07 | 70.73 | 12.13 | - |
| YUV | 161.95 | 43.93 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 13 | 0.84 | 0 | 0.95 | 0.01 | 113.25 | 0.98 | 0.52 |
| Hex | 28 | FD | D | 54 | 0 | 5F | 1 | 71 | 62 | 34 |
| Octal | 50 | 375 | 15 | 124 | 0 | 137 | 1 | 161 | 142 | 64 |
| Binary | 101000 | 11111101 | 1101 | 1010100 | 0 | 1011111 | 1 | 1110001 | 1100010 | 110100 |
Color Harmonies of #28FD0D
Complementary color
Monochromatic Colors of #28FD0D
Black with #28FD0D
Text Example
Text Example
White with #28FD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FD0D; }
p { color: rgb(40,253,13); }
H1.HeaderClassName
{
color: #28FD0D;
}
.AnyTagClassName
{
color: #28FD0D;
}
</style>
background-color css
<style>
a { background-color: #28FD0D; }
a { background-color: rgb(40,253,13); }
div.DivClassName
{
background-color: #28FD0D;
}
.BgClassName
{
background-color: #28FD0D;
}
</style>
border-color css
<style>
span { border-color: #28FD0D; }
span { border-color: rgb(40,253,13); }
td.TdClassName
{
border-color: #28FD0D;
}
.TagClassName
{
border-color: #28FD0D;
}
</style>