Shades of Harlequin #28F908
Tints of Harlequin #28F908
RGB
CMYK
RGB Variations
Color information
#28F908 (or 0x28F908) is known color: Harlequin. HEX triplet: 28, F9 and 08. RGB value is (40,249,8). Sum of RGB (Red+Green+Blue) = 40+249+8=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 249 (97.66% from 255 or 83.84% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 249 - color contains mainly: green. Hex color #28F908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F908 is #D706F7. Grayscale: #9F9F9F. Windows color (decimal): -14092024 or 588072. OLE color: 588072.
HSL color Cylindrical-coordinate representation of color #28F908: hue angle of 112.03º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28F908 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 8 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.02 |
| HSL | 112.03º | 0.95% | 0.5% | - |
| HSV(B) | 112.03º | 0.97% | 0.98% | - |
| XYZ | 34.79 | 68.22 | 11.56 | - |
| YUV | 159.04 | 42.76 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 8 | 0.84 | 0 | 0.97 | 0.02 | 112.03 | 0.95 | 0.5 |
| Hex | 28 | F9 | 8 | 54 | 0 | 61 | 2 | 70 | 5F | 32 |
| Octal | 50 | 371 | 10 | 124 | 0 | 141 | 2 | 160 | 137 | 62 |
| Binary | 101000 | 11111001 | 1000 | 1010100 | 0 | 1100001 | 10 | 1110000 | 1011111 | 110010 |
Color Harmonies of #28F908
Complementary color
Monochromatic Colors of #28F908
Black with #28F908
Text Example
Text Example
White with #28F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F908; }
p { color: rgb(40,249,8); }
H1.HeaderClassName
{
color: #28F908;
}
.AnyTagClassName
{
color: #28F908;
}
</style>
background-color css
<style>
a { background-color: #28F908; }
a { background-color: rgb(40,249,8); }
div.DivClassName
{
background-color: #28F908;
}
.BgClassName
{
background-color: #28F908;
}
</style>
border-color css
<style>
span { border-color: #28F908; }
span { border-color: rgb(40,249,8); }
td.TdClassName
{
border-color: #28F908;
}
.TagClassName
{
border-color: #28F908;
}
</style>