Shades of Harlequin #3EFF27
Tints of Harlequin #3EFF27
RGB
CMYK
RGB Variations
Color information
#3EFF27 (or 0x3EFF27) is known color: Harlequin. HEX triplet: 3E, FF and 27. RGB value is (62,255,39). Sum of RGB (Red+Green+Blue) = 62+255+39=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF27 is #C100D8. Grayscale: #ADADAD. Windows color (decimal): -12648665 or 2621246. OLE color: 2621246.
HSL color Cylindrical-coordinate representation of color #3EFF27: hue angle of 113.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3EFF27 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 39 | - |
| CMYK | 0.76 | 0 | 0.85 | 0 |
| HSL | 113.61º | 1% | 0.58% | - |
| HSV(B) | 113.61º | 0.85% | 1% | - |
| XYZ | 38.11 | 72.69 | 13.94 | - |
| YUV | 172.67 | 52.56 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 39 | 0.76 | 0 | 0.85 | 0 | 113.61 | 1 | 0.58 |
| Hex | 3E | FF | 27 | 4C | 0 | 55 | 0 | 72 | 64 | 3A |
| Octal | 76 | 377 | 47 | 114 | 0 | 125 | 0 | 162 | 144 | 72 |
| Binary | 111110 | 11111111 | 100111 | 1001100 | 0 | 1010101 | 0 | 1110010 | 1100100 | 111010 |
Color Harmonies of #3EFF27
Complementary color
Monochromatic Colors of #3EFF27
Black with #3EFF27
Text Example
Text Example
White with #3EFF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF27; }
p { color: rgb(62,255,39); }
H1.HeaderClassName
{
color: #3EFF27;
}
.AnyTagClassName
{
color: #3EFF27;
}
</style>
background-color css
<style>
a { background-color: #3EFF27; }
a { background-color: rgb(62,255,39); }
div.DivClassName
{
background-color: #3EFF27;
}
.BgClassName
{
background-color: #3EFF27;
}
</style>
border-color css
<style>
span { border-color: #3EFF27; }
span { border-color: rgb(62,255,39); }
td.TdClassName
{
border-color: #3EFF27;
}
.TagClassName
{
border-color: #3EFF27;
}
</style>