Shades of Harlequin #26DC04
Tints of Harlequin #26DC04
RGB
CMYK
RGB Variations
Color information
#26DC04 (or 0x26DC04) is known color: Harlequin. HEX triplet: 26, DC and 04. RGB value is (38,220,4). Sum of RGB (Red+Green+Blue) = 38+220+4=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 220 (86.33% from 255 or 83.97% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DC04 is #D923FB. Grayscale: #8D8D8D. Windows color (decimal): -14230524 or 318502. OLE color: 318502.
HSL color Cylindrical-coordinate representation of color #26DC04: hue angle of 110.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26DC04 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 4 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.14 |
| HSL | 110.56º | 0.96% | 0.44% | - |
| HSV(B) | 110.56º | 0.98% | 0.86% | - |
| XYZ | 26.41 | 51.61 | 8.68 | - |
| YUV | 140.96 | 50.7 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 4 | 0.83 | 0 | 0.98 | 0.14 | 110.56 | 0.96 | 0.44 |
| Hex | 26 | DC | 4 | 53 | 0 | 62 | E | 6F | 60 | 2C |
| Octal | 46 | 334 | 4 | 123 | 0 | 142 | 16 | 157 | 140 | 54 |
| Binary | 100110 | 11011100 | 100 | 1010011 | 0 | 1100010 | 1110 | 1101111 | 1100000 | 101100 |
Color Harmonies of #26DC04
Complementary color
Monochromatic Colors of #26DC04
Black with #26DC04
Text Example
Text Example
White with #26DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DC04; }
p { color: rgb(38,220,4); }
H1.HeaderClassName
{
color: #26DC04;
}
.AnyTagClassName
{
color: #26DC04;
}
</style>
background-color css
<style>
a { background-color: #26DC04; }
a { background-color: rgb(38,220,4); }
div.DivClassName
{
background-color: #26DC04;
}
.BgClassName
{
background-color: #26DC04;
}
</style>
border-color css
<style>
span { border-color: #26DC04; }
span { border-color: rgb(38,220,4); }
td.TdClassName
{
border-color: #26DC04;
}
.TagClassName
{
border-color: #26DC04;
}
</style>