Shades of Harlequin #28F311
Tints of Harlequin #28F311
RGB
CMYK
RGB Variations
Color information
#28F311 (or 0x28F311) is known color: Harlequin. HEX triplet: 28, F3 and 11. RGB value is (40,243,17). Sum of RGB (Red+Green+Blue) = 40+243+17=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 243 (95.31% from 255 or 81% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 243 - color contains mainly: green. Hex color #28F311 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F311 is #D70CEE. Grayscale: #9D9D9D. Windows color (decimal): -14093551 or 1176360. OLE color: 1176360.
HSL color Cylindrical-coordinate representation of color #28F311: hue angle of 113.89º 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 #28F311 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 17 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.05 |
| HSL | 113.89º | 0.9% | 0.51% | - |
| HSV(B) | 113.89º | 0.93% | 0.95% | - |
| XYZ | 33.03 | 64.59 | 11.26 | - |
| YUV | 156.54 | 49.25 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 17 | 0.84 | 0 | 0.93 | 0.05 | 113.89 | 0.9 | 0.51 |
| Hex | 28 | F3 | 11 | 54 | 0 | 5D | 5 | 72 | 5A | 33 |
| Octal | 50 | 363 | 21 | 124 | 0 | 135 | 5 | 162 | 132 | 63 |
| Binary | 101000 | 11110011 | 10001 | 1010100 | 0 | 1011101 | 101 | 1110010 | 1011010 | 110011 |
Color Harmonies of #28F311
Complementary color
Monochromatic Colors of #28F311
Black with #28F311
Text Example
Text Example
White with #28F311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F311; }
p { color: rgb(40,243,17); }
H1.HeaderClassName
{
color: #28F311;
}
.AnyTagClassName
{
color: #28F311;
}
</style>
background-color css
<style>
a { background-color: #28F311; }
a { background-color: rgb(40,243,17); }
div.DivClassName
{
background-color: #28F311;
}
.BgClassName
{
background-color: #28F311;
}
</style>
border-color css
<style>
span { border-color: #28F311; }
span { border-color: rgb(40,243,17); }
td.TdClassName
{
border-color: #28F311;
}
.TagClassName
{
border-color: #28F311;
}
</style>