Shades of Harlequin #28F707
Tints of Harlequin #28F707
RGB
CMYK
RGB Variations
Color information
#28F707 (or 0x28F707) is known color: Harlequin. HEX triplet: 28, F7 and 07. RGB value is (40,247,7). Sum of RGB (Red+Green+Blue) = 40+247+7=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 247 (96.88% from 255 or 84.01% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 247 - color contains mainly: green. Hex color #28F707 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F707 is #D708F8. Grayscale: #9E9E9E. Windows color (decimal): -14092537 or 522024. OLE color: 522024.
HSL color Cylindrical-coordinate representation of color #28F707: hue angle of 111.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28F707 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 7 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.03 |
| HSL | 111.75º | 0.94% | 0.5% | - |
| HSV(B) | 111.75º | 0.97% | 0.97% | - |
| XYZ | 34.17 | 66.99 | 11.33 | - |
| YUV | 157.75 | 42.92 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 7 | 0.84 | 0 | 0.97 | 0.03 | 111.75 | 0.94 | 0.5 |
| Hex | 28 | F7 | 7 | 54 | 0 | 61 | 3 | 70 | 5E | 32 |
| Octal | 50 | 367 | 7 | 124 | 0 | 141 | 3 | 160 | 136 | 62 |
| Binary | 101000 | 11110111 | 111 | 1010100 | 0 | 1100001 | 11 | 1110000 | 1011110 | 110010 |
Color Harmonies of #28F707
Complementary color
Monochromatic Colors of #28F707
Black with #28F707
Text Example
Text Example
White with #28F707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F707; }
p { color: rgb(40,247,7); }
H1.HeaderClassName
{
color: #28F707;
}
.AnyTagClassName
{
color: #28F707;
}
</style>
background-color css
<style>
a { background-color: #28F707; }
a { background-color: rgb(40,247,7); }
div.DivClassName
{
background-color: #28F707;
}
.BgClassName
{
background-color: #28F707;
}
</style>
border-color css
<style>
span { border-color: #28F707; }
span { border-color: rgb(40,247,7); }
td.TdClassName
{
border-color: #28F707;
}
.TagClassName
{
border-color: #28F707;
}
</style>