Shades of Harlequin #26EB00
Tints of Harlequin #26EB00
RGB
CMYK
RGB Variations
Color information
#26EB00 (or 0x26EB00) is known color: Harlequin. HEX triplet: 26, EB and 00. RGB value is (38,235,0). Sum of RGB (Red+Green+Blue) = 38+235+0=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 235 (92.19% from 255 or 86.08% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 235 - color contains mainly: green. Hex color #26EB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26EB00 is #D914FF. Grayscale: #969696. Windows color (decimal): -14226688 or 60198. OLE color: 60198.
HSL color Cylindrical-coordinate representation of color #26EB00: hue angle of 110.3º 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 #26EB00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 235 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.08 |
| HSL | 110.3º | 1% | 0.46% | - |
| HSV(B) | 110.3º | 1% | 0.92% | - |
| XYZ | 30.51 | 59.83 | 9.94 | - |
| YUV | 149.31 | 43.73 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 235 | 0 | 0.84 | 0 | 1 | 0.08 | 110.3 | 1 | 0.46 |
| Hex | 26 | EB | 0 | 54 | 0 | 64 | 8 | 6E | 64 | 2E |
| Octal | 46 | 353 | 0 | 124 | 0 | 144 | 10 | 156 | 144 | 56 |
| Binary | 100110 | 11101011 | 0 | 1010100 | 0 | 1100100 | 1000 | 1101110 | 1100100 | 101110 |
Color Harmonies of #26EB00
Complementary color
Monochromatic Colors of #26EB00
Black with #26EB00
Text Example
Text Example
White with #26EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EB00; }
p { color: rgb(38,235,0); }
H1.HeaderClassName
{
color: #26EB00;
}
.AnyTagClassName
{
color: #26EB00;
}
</style>
background-color css
<style>
a { background-color: #26EB00; }
a { background-color: rgb(38,235,0); }
div.DivClassName
{
background-color: #26EB00;
}
.BgClassName
{
background-color: #26EB00;
}
</style>
border-color css
<style>
span { border-color: #26EB00; }
span { border-color: rgb(38,235,0); }
td.TdClassName
{
border-color: #26EB00;
}
.TagClassName
{
border-color: #26EB00;
}
</style>