Shades of Harlequin #28FE07
Tints of Harlequin #28FE07
RGB
CMYK
RGB Variations
Color information
#28FE07 (or 0x28FE07) is known color: Harlequin. HEX triplet: 28, FE and 07. RGB value is (40,254,7). Sum of RGB (Red+Green+Blue) = 40+254+7=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 254 (99.61% from 255 or 84.39% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 254 - color contains mainly: green. Hex color #28FE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FE07 is #D701F8. Grayscale: #A2A2A2. Windows color (decimal): -14090745 or 523816. OLE color: 523816.
HSL color Cylindrical-coordinate representation of color #28FE07: hue angle of 111.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28FE07 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 7 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.00 |
| HSL | 111.98º | 0.99% | 0.51% | - |
| HSV(B) | 111.98º | 0.97% | 1% | - |
| XYZ | 36.36 | 71.35 | 12.06 | - |
| YUV | 161.86 | 40.6 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 7 | 0.84 | 0 | 0.97 | 0.00 | 111.98 | 0.99 | 0.51 |
| Hex | 28 | FE | 7 | 54 | 0 | 61 | 0 | 70 | 63 | 33 |
| Octal | 50 | 376 | 7 | 124 | 0 | 141 | 0 | 160 | 143 | 63 |
| Binary | 101000 | 11111110 | 111 | 1010100 | 0 | 1100001 | 0 | 1110000 | 1100011 | 110011 |
Color Harmonies of #28FE07
Complementary color
Monochromatic Colors of #28FE07
Black with #28FE07
Text Example
Text Example
White with #28FE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FE07; }
p { color: rgb(40,254,7); }
H1.HeaderClassName
{
color: #28FE07;
}
.AnyTagClassName
{
color: #28FE07;
}
</style>
background-color css
<style>
a { background-color: #28FE07; }
a { background-color: rgb(40,254,7); }
div.DivClassName
{
background-color: #28FE07;
}
.BgClassName
{
background-color: #28FE07;
}
</style>
border-color css
<style>
span { border-color: #28FE07; }
span { border-color: rgb(40,254,7); }
td.TdClassName
{
border-color: #28FE07;
}
.TagClassName
{
border-color: #28FE07;
}
</style>