Shades of Harlequin #26D601
Tints of Harlequin #26D601
RGB
CMYK
RGB Variations
Color information
#26D601 (or 0x26D601) is known color: Harlequin. HEX triplet: 26, D6 and 01. RGB value is (38,214,1). Sum of RGB (Red+Green+Blue) = 38+214+1=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 214 (83.98% from 255 or 84.58% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 214 - color contains mainly: green. Hex color #26D601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D601 is #D929FE. Grayscale: #898989. Windows color (decimal): -14232063 or 120358. OLE color: 120358.
HSL color Cylindrical-coordinate representation of color #26D601: hue angle of 109.58º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26D601 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 1 | - |
| CMYK | 0.82 | 0 | 1.00 | 0.16 |
| HSL | 109.58º | 0.99% | 0.42% | - |
| HSV(B) | 109.58º | 1% | 0.84% | - |
| XYZ | 24.85 | 48.51 | 8.08 | - |
| YUV | 137.09 | 51.19 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 1 | 0.82 | 0 | 1.00 | 0.16 | 109.58 | 0.99 | 0.42 |
| Hex | 26 | D6 | 1 | 52 | 0 | 64 | 10 | 6E | 63 | 2A |
| Octal | 46 | 326 | 1 | 122 | 0 | 144 | 20 | 156 | 143 | 52 |
| Binary | 100110 | 11010110 | 1 | 1010010 | 0 | 1100100 | 10000 | 1101110 | 1100011 | 101010 |
Color Harmonies of #26D601
Complementary color
Monochromatic Colors of #26D601
Black with #26D601
Text Example
Text Example
White with #26D601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D601; }
p { color: rgb(38,214,1); }
H1.HeaderClassName
{
color: #26D601;
}
.AnyTagClassName
{
color: #26D601;
}
</style>
background-color css
<style>
a { background-color: #26D601; }
a { background-color: rgb(38,214,1); }
div.DivClassName
{
background-color: #26D601;
}
.BgClassName
{
background-color: #26D601;
}
</style>
border-color css
<style>
span { border-color: #26D601; }
span { border-color: rgb(38,214,1); }
td.TdClassName
{
border-color: #26D601;
}
.TagClassName
{
border-color: #26D601;
}
</style>