Shades of Harlequin #3EFF26
Tints of Harlequin #3EFF26
RGB
CMYK
RGB Variations
Color information
#3EFF26 (or 0x3EFF26) is known color: Harlequin. HEX triplet: 3E, FF and 26. RGB value is (62,255,38). Sum of RGB (Red+Green+Blue) = 62+255+38=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF26 is #C100D9. Grayscale: #ADADAD. Windows color (decimal): -12648666 or 2555710. OLE color: 2555710.
HSL color Cylindrical-coordinate representation of color #3EFF26: hue angle of 113.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3EFF26 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 38 | - |
| CMYK | 0.76 | 0 | 0.85 | 0 |
| HSL | 113.36º | 1% | 0.57% | - |
| HSV(B) | 113.36º | 0.85% | 1% | - |
| XYZ | 38.1 | 72.68 | 13.86 | - |
| YUV | 172.56 | 52.06 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 38 | 0.76 | 0 | 0.85 | 0 | 113.36 | 1 | 0.57 |
| Hex | 3E | FF | 26 | 4C | 0 | 55 | 0 | 71 | 64 | 39 |
| Octal | 76 | 377 | 46 | 114 | 0 | 125 | 0 | 161 | 144 | 71 |
| Binary | 111110 | 11111111 | 100110 | 1001100 | 0 | 1010101 | 0 | 1110001 | 1100100 | 111001 |
Color Harmonies of #3EFF26
Complementary color
Monochromatic Colors of #3EFF26
Black with #3EFF26
Text Example
Text Example
White with #3EFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF26; }
p { color: rgb(62,255,38); }
H1.HeaderClassName
{
color: #3EFF26;
}
.AnyTagClassName
{
color: #3EFF26;
}
</style>
background-color css
<style>
a { background-color: #3EFF26; }
a { background-color: rgb(62,255,38); }
div.DivClassName
{
background-color: #3EFF26;
}
.BgClassName
{
background-color: #3EFF26;
}
</style>
border-color css
<style>
span { border-color: #3EFF26; }
span { border-color: rgb(62,255,38); }
td.TdClassName
{
border-color: #3EFF26;
}
.TagClassName
{
border-color: #3EFF26;
}
</style>