Shades of Harlequin #28EB00
Tints of Harlequin #28EB00
RGB
CMYK
RGB Variations
Color information
#28EB00 (or 0x28EB00) is known color: Harlequin. HEX triplet: 28, EB and 00. RGB value is (40,235,0). Sum of RGB (Red+Green+Blue) = 40+235+0=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 235 (92.19% from 255 or 85.45% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 235 - color contains mainly: green. Hex color #28EB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EB00 is #D714FF. Grayscale: #969696. Windows color (decimal): -14095616 or 60200. OLE color: 60200.
HSL color Cylindrical-coordinate representation of color #28EB00: hue angle of 109.79º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28EB00 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.08 |
| HSL | 109.79º | 1% | 0.46% | - |
| HSV(B) | 109.79º | 1% | 0.92% | - |
| XYZ | 30.58 | 59.87 | 9.94 | - |
| YUV | 149.91 | 43.4 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 0 | 0.83 | 0 | 1 | 0.08 | 109.79 | 1 | 0.46 |
| Hex | 28 | EB | 0 | 53 | 0 | 64 | 8 | 6E | 64 | 2E |
| Octal | 50 | 353 | 0 | 123 | 0 | 144 | 10 | 156 | 144 | 56 |
| Binary | 101000 | 11101011 | 0 | 1010011 | 0 | 1100100 | 1000 | 1101110 | 1100100 | 101110 |
Color Harmonies of #28EB00
Complementary color
Monochromatic Colors of #28EB00
Black with #28EB00
Text Example
Text Example
White with #28EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EB00; }
p { color: rgb(40,235,0); }
H1.HeaderClassName
{
color: #28EB00;
}
.AnyTagClassName
{
color: #28EB00;
}
</style>
background-color css
<style>
a { background-color: #28EB00; }
a { background-color: rgb(40,235,0); }
div.DivClassName
{
background-color: #28EB00;
}
.BgClassName
{
background-color: #28EB00;
}
</style>
border-color css
<style>
span { border-color: #28EB00; }
span { border-color: rgb(40,235,0); }
td.TdClassName
{
border-color: #28EB00;
}
.TagClassName
{
border-color: #28EB00;
}
</style>