Shades of Harlequin #26D602
Tints of Harlequin #26D602
RGB
CMYK
RGB Variations
Color information
#26D602 (or 0x26D602) is known color: Harlequin. HEX triplet: 26, D6 and 02. RGB value is (38,214,2). Sum of RGB (Red+Green+Blue) = 38+214+2=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 214 (83.98% from 255 or 84.25% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 214 - color contains mainly: green. Hex color #26D602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D602 is #D929FD. Grayscale: #898989. Windows color (decimal): -14232062 or 185894. OLE color: 185894.
HSL color Cylindrical-coordinate representation of color #26D602: hue angle of 109.81º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26D602 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.16 |
| HSL | 109.81º | 0.98% | 0.42% | - |
| HSV(B) | 109.81º | 0.99% | 0.84% | - |
| XYZ | 24.86 | 48.51 | 8.11 | - |
| YUV | 137.21 | 51.69 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 2 | 0.82 | 0 | 0.99 | 0.16 | 109.81 | 0.98 | 0.42 |
| Hex | 26 | D6 | 2 | 52 | 0 | 63 | 10 | 6E | 62 | 2A |
| Octal | 46 | 326 | 2 | 122 | 0 | 143 | 20 | 156 | 142 | 52 |
| Binary | 100110 | 11010110 | 10 | 1010010 | 0 | 1100011 | 10000 | 1101110 | 1100010 | 101010 |
Color Harmonies of #26D602
Complementary color
Monochromatic Colors of #26D602
Black with #26D602
Text Example
Text Example
White with #26D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D602; }
p { color: rgb(38,214,2); }
H1.HeaderClassName
{
color: #26D602;
}
.AnyTagClassName
{
color: #26D602;
}
</style>
background-color css
<style>
a { background-color: #26D602; }
a { background-color: rgb(38,214,2); }
div.DivClassName
{
background-color: #26D602;
}
.BgClassName
{
background-color: #26D602;
}
</style>
border-color css
<style>
span { border-color: #26D602; }
span { border-color: rgb(38,214,2); }
td.TdClassName
{
border-color: #26D602;
}
.TagClassName
{
border-color: #26D602;
}
</style>