Shades of Harlequin #28FC07
Tints of Harlequin #28FC07
RGB
CMYK
RGB Variations
Color information
#28FC07 (or 0x28FC07) is known color: Harlequin. HEX triplet: 28, FC and 07. RGB value is (40,252,7). Sum of RGB (Red+Green+Blue) = 40+252+7=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 252 (98.83% from 255 or 84.28% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FC07 is #D703F8. Grayscale: #A1A1A1. Windows color (decimal): -14091257 or 523304. OLE color: 523304.
HSL color Cylindrical-coordinate representation of color #28FC07: hue angle of 111.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28FC07 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 7 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.01 |
| HSL | 111.92º | 0.98% | 0.51% | - |
| HSV(B) | 111.92º | 0.97% | 0.99% | - |
| XYZ | 35.72 | 70.09 | 11.85 | - |
| YUV | 160.68 | 41.26 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 7 | 0.84 | 0 | 0.97 | 0.01 | 111.92 | 0.98 | 0.51 |
| Hex | 28 | FC | 7 | 54 | 0 | 61 | 1 | 70 | 62 | 33 |
| Octal | 50 | 374 | 7 | 124 | 0 | 141 | 1 | 160 | 142 | 63 |
| Binary | 101000 | 11111100 | 111 | 1010100 | 0 | 1100001 | 1 | 1110000 | 1100010 | 110011 |
Color Harmonies of #28FC07
Complementary color
Monochromatic Colors of #28FC07
Black with #28FC07
Text Example
Text Example
White with #28FC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FC07; }
p { color: rgb(40,252,7); }
H1.HeaderClassName
{
color: #28FC07;
}
.AnyTagClassName
{
color: #28FC07;
}
</style>
background-color css
<style>
a { background-color: #28FC07; }
a { background-color: rgb(40,252,7); }
div.DivClassName
{
background-color: #28FC07;
}
.BgClassName
{
background-color: #28FC07;
}
</style>
border-color css
<style>
span { border-color: #28FC07; }
span { border-color: rgb(40,252,7); }
td.TdClassName
{
border-color: #28FC07;
}
.TagClassName
{
border-color: #28FC07;
}
</style>