Shades of Harlequin #28F905
Tints of Harlequin #28F905
RGB
CMYK
RGB Variations
Color information
#28F905 (or 0x28F905) is known color: Harlequin. HEX triplet: 28, F9 and 05. RGB value is (40,249,5). Sum of RGB (Red+Green+Blue) = 40+249+5=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 249 (97.66% from 255 or 84.69% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 249 - color contains mainly: green. Hex color #28F905 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F905 is #D706FA. Grayscale: #9F9F9F. Windows color (decimal): -14092027 or 391464. OLE color: 391464.
HSL color Cylindrical-coordinate representation of color #28F905: hue angle of 111.39º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28F905 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.02 |
| HSL | 111.39º | 0.96% | 0.5% | - |
| HSV(B) | 111.39º | 0.98% | 0.98% | - |
| XYZ | 34.78 | 68.21 | 11.48 | - |
| YUV | 158.69 | 41.26 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 5 | 0.84 | 0 | 0.98 | 0.02 | 111.39 | 0.96 | 0.5 |
| Hex | 28 | F9 | 5 | 54 | 0 | 62 | 2 | 6F | 60 | 32 |
| Octal | 50 | 371 | 5 | 124 | 0 | 142 | 2 | 157 | 140 | 62 |
| Binary | 101000 | 11111001 | 101 | 1010100 | 0 | 1100010 | 10 | 1101111 | 1100000 | 110010 |
Color Harmonies of #28F905
Complementary color
Monochromatic Colors of #28F905
Black with #28F905
Text Example
Text Example
White with #28F905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F905; }
p { color: rgb(40,249,5); }
H1.HeaderClassName
{
color: #28F905;
}
.AnyTagClassName
{
color: #28F905;
}
</style>
background-color css
<style>
a { background-color: #28F905; }
a { background-color: rgb(40,249,5); }
div.DivClassName
{
background-color: #28F905;
}
.BgClassName
{
background-color: #28F905;
}
</style>
border-color css
<style>
span { border-color: #28F905; }
span { border-color: rgb(40,249,5); }
td.TdClassName
{
border-color: #28F905;
}
.TagClassName
{
border-color: #28F905;
}
</style>