Shades of Harlequin #28F310
Tints of Harlequin #28F310
RGB
CMYK
RGB Variations
Color information
#28F310 (or 0x28F310) is known color: Harlequin. HEX triplet: 28, F3 and 10. RGB value is (40,243,16). Sum of RGB (Red+Green+Blue) = 40+243+16=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 243 (95.31% from 255 or 81.27% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 243 - color contains mainly: green. Hex color #28F310 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F310 is #D70CEF. Grayscale: #9D9D9D. Windows color (decimal): -14093552 or 1110824. OLE color: 1110824.
HSL color Cylindrical-coordinate representation of color #28F310: hue angle of 113.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28F310 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 16 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.05 |
| HSL | 113.66º | 0.9% | 0.51% | - |
| HSV(B) | 113.66º | 0.93% | 0.95% | - |
| XYZ | 33.02 | 64.59 | 11.22 | - |
| YUV | 156.43 | 48.75 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 16 | 0.84 | 0 | 0.93 | 0.05 | 113.66 | 0.9 | 0.51 |
| Hex | 28 | F3 | 10 | 54 | 0 | 5D | 5 | 72 | 5A | 33 |
| Octal | 50 | 363 | 20 | 124 | 0 | 135 | 5 | 162 | 132 | 63 |
| Binary | 101000 | 11110011 | 10000 | 1010100 | 0 | 1011101 | 101 | 1110010 | 1011010 | 110011 |
Color Harmonies of #28F310
Complementary color
Monochromatic Colors of #28F310
Black with #28F310
Text Example
Text Example
White with #28F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F310; }
p { color: rgb(40,243,16); }
H1.HeaderClassName
{
color: #28F310;
}
.AnyTagClassName
{
color: #28F310;
}
</style>
background-color css
<style>
a { background-color: #28F310; }
a { background-color: rgb(40,243,16); }
div.DivClassName
{
background-color: #28F310;
}
.BgClassName
{
background-color: #28F310;
}
</style>
border-color css
<style>
span { border-color: #28F310; }
span { border-color: rgb(40,243,16); }
td.TdClassName
{
border-color: #28F310;
}
.TagClassName
{
border-color: #28F310;
}
</style>