Shades of Harlequin #28F40F
Tints of Harlequin #28F40F
RGB
CMYK
RGB Variations
Color information
#28F40F (or 0x28F40F) is known color: Harlequin. HEX triplet: 28, F4 and 0F. RGB value is (40,244,15). Sum of RGB (Red+Green+Blue) = 40+244+15=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 244 (95.70% from 255 or 81.61% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 244 - color contains mainly: green. Hex color #28F40F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F40F is #D70BF0. Grayscale: #9D9D9D. Windows color (decimal): -14093297 or 1045544. OLE color: 1045544.
HSL color Cylindrical-coordinate representation of color #28F40F: hue angle of 113.45º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28F40F is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 244 | 15 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.04 |
| HSL | 113.45º | 0.91% | 0.51% | - |
| HSV(B) | 113.45º | 0.94% | 0.96% | - |
| XYZ | 33.31 | 65.19 | 11.28 | - |
| YUV | 156.9 | 47.91 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 244 | 15 | 0.84 | 0 | 0.94 | 0.04 | 113.45 | 0.91 | 0.51 |
| Hex | 28 | F4 | F | 54 | 0 | 5E | 4 | 71 | 5B | 33 |
| Octal | 50 | 364 | 17 | 124 | 0 | 136 | 4 | 161 | 133 | 63 |
| Binary | 101000 | 11110100 | 1111 | 1010100 | 0 | 1011110 | 100 | 1110001 | 1011011 | 110011 |
Color Harmonies of #28F40F
Complementary color
Monochromatic Colors of #28F40F
Black with #28F40F
Text Example
Text Example
White with #28F40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F40F; }
p { color: rgb(40,244,15); }
H1.HeaderClassName
{
color: #28F40F;
}
.AnyTagClassName
{
color: #28F40F;
}
</style>
background-color css
<style>
a { background-color: #28F40F; }
a { background-color: rgb(40,244,15); }
div.DivClassName
{
background-color: #28F40F;
}
.BgClassName
{
background-color: #28F40F;
}
</style>
border-color css
<style>
span { border-color: #28F40F; }
span { border-color: rgb(40,244,15); }
td.TdClassName
{
border-color: #28F40F;
}
.TagClassName
{
border-color: #28F40F;
}
</style>