Shades of Harlequin #26E500
Tints of Harlequin #26E500
RGB
CMYK
RGB Variations
Color information
#26E500 (or 0x26E500) is known color: Harlequin. HEX triplet: 26, E5 and 00. RGB value is (38,229,0). Sum of RGB (Red+Green+Blue) = 38+229+0=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 229 (89.84% from 255 or 85.77% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 229 - color contains mainly: green. Hex color #26E500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26E500 is #D91AFF. Grayscale: #929292. Windows color (decimal): -14228224 or 58662. OLE color: 58662.
HSL color Cylindrical-coordinate representation of color #26E500: hue angle of 110.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26E500 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 229 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.10 |
| HSL | 110.04º | 1% | 0.45% | - |
| HSV(B) | 110.04º | 1% | 0.9% | - |
| XYZ | 28.82 | 56.45 | 9.38 | - |
| YUV | 145.79 | 45.72 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 229 | 0 | 0.83 | 0 | 1 | 0.10 | 110.04 | 1 | 0.45 |
| Hex | 26 | E5 | 0 | 53 | 0 | 64 | A | 6E | 64 | 2D |
| Octal | 46 | 345 | 0 | 123 | 0 | 144 | 12 | 156 | 144 | 55 |
| Binary | 100110 | 11100101 | 0 | 1010011 | 0 | 1100100 | 1010 | 1101110 | 1100100 | 101101 |
Color Harmonies of #26E500
Complementary color
Monochromatic Colors of #26E500
Black with #26E500
Text Example
Text Example
White with #26E500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E500; }
p { color: rgb(38,229,0); }
H1.HeaderClassName
{
color: #26E500;
}
.AnyTagClassName
{
color: #26E500;
}
</style>
background-color css
<style>
a { background-color: #26E500; }
a { background-color: rgb(38,229,0); }
div.DivClassName
{
background-color: #26E500;
}
.BgClassName
{
background-color: #26E500;
}
</style>
border-color css
<style>
span { border-color: #26E500; }
span { border-color: rgb(38,229,0); }
td.TdClassName
{
border-color: #26E500;
}
.TagClassName
{
border-color: #26E500;
}
</style>