Shades of Harlequin #28F70D
Tints of Harlequin #28F70D
RGB
CMYK
RGB Variations
Color information
#28F70D (or 0x28F70D) is known color: Harlequin. HEX triplet: 28, F7 and 0D. RGB value is (40,247,13). Sum of RGB (Red+Green+Blue) = 40+247+13=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 247 (96.88% from 255 or 82.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 247 - color contains mainly: green. Hex color #28F70D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F70D is #D708F2. Grayscale: #9F9F9F. Windows color (decimal): -14092531 or 915240. OLE color: 915240.
HSL color Cylindrical-coordinate representation of color #28F70D: hue angle of 113.08º 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 #28F70D is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 13 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.03 |
| HSL | 113.08º | 0.94% | 0.51% | - |
| HSV(B) | 113.08º | 0.95% | 0.97% | - |
| XYZ | 34.21 | 67 | 11.51 | - |
| YUV | 158.43 | 45.92 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 13 | 0.84 | 0 | 0.95 | 0.03 | 113.08 | 0.94 | 0.51 |
| Hex | 28 | F7 | D | 54 | 0 | 5F | 3 | 71 | 5E | 33 |
| Octal | 50 | 367 | 15 | 124 | 0 | 137 | 3 | 161 | 136 | 63 |
| Binary | 101000 | 11110111 | 1101 | 1010100 | 0 | 1011111 | 11 | 1110001 | 1011110 | 110011 |
Color Harmonies of #28F70D
Complementary color
Monochromatic Colors of #28F70D
Black with #28F70D
Text Example
Text Example
White with #28F70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F70D; }
p { color: rgb(40,247,13); }
H1.HeaderClassName
{
color: #28F70D;
}
.AnyTagClassName
{
color: #28F70D;
}
</style>
background-color css
<style>
a { background-color: #28F70D; }
a { background-color: rgb(40,247,13); }
div.DivClassName
{
background-color: #28F70D;
}
.BgClassName
{
background-color: #28F70D;
}
</style>
border-color css
<style>
span { border-color: #28F70D; }
span { border-color: rgb(40,247,13); }
td.TdClassName
{
border-color: #28F70D;
}
.TagClassName
{
border-color: #28F70D;
}
</style>