Shades of Harlequin #26FF02
Tints of Harlequin #26FF02
RGB
CMYK
RGB Variations
Color information
#26FF02 (or 0x26FF02) is known color: Harlequin. HEX triplet: 26, FF and 02. RGB value is (38,255,2). Sum of RGB (Red+Green+Blue) = 38+255+2=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 255 (100% from 255 or 86.44% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 255 - color contains mainly: green. Hex color #26FF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26FF02 is #D900FD. Grayscale: #A2A2A2. Windows color (decimal): -14221566 or 196390. OLE color: 196390.
HSL color Cylindrical-coordinate representation of color #26FF02: hue angle of 111.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26FF02 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 255 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0 |
| HSL | 111.46º | 1% | 0.5% | - |
| HSV(B) | 111.46º | 0.99% | 1% | - |
| XYZ | 36.57 | 71.94 | 12.02 | - |
| YUV | 161.28 | 38.11 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 255 | 2 | 0.85 | 0 | 0.99 | 0 | 111.46 | 1 | 0.5 |
| Hex | 26 | FF | 2 | 55 | 0 | 63 | 0 | 6F | 64 | 32 |
| Octal | 46 | 377 | 2 | 125 | 0 | 143 | 0 | 157 | 144 | 62 |
| Binary | 100110 | 11111111 | 10 | 1010101 | 0 | 1100011 | 0 | 1101111 | 1100100 | 110010 |
Color Harmonies of #26FF02
Complementary color
Monochromatic Colors of #26FF02
Black with #26FF02
Text Example
Text Example
White with #26FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FF02; }
p { color: rgb(38,255,2); }
H1.HeaderClassName
{
color: #26FF02;
}
.AnyTagClassName
{
color: #26FF02;
}
</style>
background-color css
<style>
a { background-color: #26FF02; }
a { background-color: rgb(38,255,2); }
div.DivClassName
{
background-color: #26FF02;
}
.BgClassName
{
background-color: #26FF02;
}
</style>
border-color css
<style>
span { border-color: #26FF02; }
span { border-color: rgb(38,255,2); }
td.TdClassName
{
border-color: #26FF02;
}
.TagClassName
{
border-color: #26FF02;
}
</style>