Shades of Harlequin #26DE00
Tints of Harlequin #26DE00
RGB
CMYK
RGB Variations
Color information
#26DE00 (or 0x26DE00) is known color: Harlequin. HEX triplet: 26, DE and 00. RGB value is (38,222,0). Sum of RGB (Red+Green+Blue) = 38+222+0=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 222 (87.11% from 255 or 85.38% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 222 - color contains mainly: green. Hex color #26DE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DE00 is #D921FF. Grayscale: #8E8E8E. Windows color (decimal): -14230016 or 56870. OLE color: 56870.
HSL color Cylindrical-coordinate representation of color #26DE00: hue angle of 109.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26DE00 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 222 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.13 |
| HSL | 109.73º | 1% | 0.44% | - |
| HSV(B) | 109.73º | 1% | 0.87% | - |
| XYZ | 26.92 | 52.65 | 8.74 | - |
| YUV | 141.68 | 48.04 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 222 | 0 | 0.83 | 0 | 1 | 0.13 | 109.73 | 1 | 0.44 |
| Hex | 26 | DE | 0 | 53 | 0 | 64 | D | 6E | 64 | 2C |
| Octal | 46 | 336 | 0 | 123 | 0 | 144 | 15 | 156 | 144 | 54 |
| Binary | 100110 | 11011110 | 0 | 1010011 | 0 | 1100100 | 1101 | 1101110 | 1100100 | 101100 |
Color Harmonies of #26DE00
Complementary color
Monochromatic Colors of #26DE00
Black with #26DE00
Text Example
Text Example
White with #26DE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DE00; }
p { color: rgb(38,222,0); }
H1.HeaderClassName
{
color: #26DE00;
}
.AnyTagClassName
{
color: #26DE00;
}
</style>
background-color css
<style>
a { background-color: #26DE00; }
a { background-color: rgb(38,222,0); }
div.DivClassName
{
background-color: #26DE00;
}
.BgClassName
{
background-color: #26DE00;
}
</style>
border-color css
<style>
span { border-color: #26DE00; }
span { border-color: rgb(38,222,0); }
td.TdClassName
{
border-color: #26DE00;
}
.TagClassName
{
border-color: #26DE00;
}
</style>