Shades of Harlequin #28F90B
Tints of Harlequin #28F90B
RGB
CMYK
RGB Variations
Color information
#28F90B (or 0x28F90B) is known color: Harlequin. HEX triplet: 28, F9 and 0B. RGB value is (40,249,11). Sum of RGB (Red+Green+Blue) = 40+249+11=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 249 (97.66% from 255 or 83% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 249 - color contains mainly: green. Hex color #28F90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F90B is #D706F4. Grayscale: #A0A0A0. Windows color (decimal): -14092021 or 784680. OLE color: 784680.
HSL color Cylindrical-coordinate representation of color #28F90B: hue angle of 112.69º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28F90B is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 11 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.02 |
| HSL | 112.69º | 0.95% | 0.51% | - |
| HSV(B) | 112.69º | 0.96% | 0.98% | - |
| XYZ | 34.81 | 68.23 | 11.65 | - |
| YUV | 159.38 | 44.26 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 11 | 0.84 | 0 | 0.96 | 0.02 | 112.69 | 0.95 | 0.51 |
| Hex | 28 | F9 | B | 54 | 0 | 60 | 2 | 71 | 5F | 33 |
| Octal | 50 | 371 | 13 | 124 | 0 | 140 | 2 | 161 | 137 | 63 |
| Binary | 101000 | 11111001 | 1011 | 1010100 | 0 | 1100000 | 10 | 1110001 | 1011111 | 110011 |
Color Harmonies of #28F90B
Complementary color
Monochromatic Colors of #28F90B
Black with #28F90B
Text Example
Text Example
White with #28F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F90B; }
p { color: rgb(40,249,11); }
H1.HeaderClassName
{
color: #28F90B;
}
.AnyTagClassName
{
color: #28F90B;
}
</style>
background-color css
<style>
a { background-color: #28F90B; }
a { background-color: rgb(40,249,11); }
div.DivClassName
{
background-color: #28F90B;
}
.BgClassName
{
background-color: #28F90B;
}
</style>
border-color css
<style>
span { border-color: #28F90B; }
span { border-color: rgb(40,249,11); }
td.TdClassName
{
border-color: #28F90B;
}
.TagClassName
{
border-color: #28F90B;
}
</style>