Shades of Harlequin #3EFA11
Tints of Harlequin #3EFA11
RGB
CMYK
RGB Variations
Color information
#3EFA11 (or 0x3EFA11) is known color: Harlequin. HEX triplet: 3E, FA and 11. RGB value is (62,250,17). Sum of RGB (Red+Green+Blue) = 62+250+17=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 250 (98.05% from 255 or 75.99% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFA11 is #C105EE. Grayscale: #A7A7A7. Windows color (decimal): -12649967 or 1178174. OLE color: 1178174.
HSL color Cylindrical-coordinate representation of color #3EFA11: hue angle of 108.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3EFA11 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 17 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.02 |
| HSL | 108.41º | 0.96% | 0.52% | - |
| HSV(B) | 108.41º | 0.93% | 0.98% | - |
| XYZ | 36.27 | 69.44 | 12.02 | - |
| YUV | 167.23 | 43.22 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 17 | 0.75 | 0 | 0.93 | 0.02 | 108.41 | 0.96 | 0.52 |
| Hex | 3E | FA | 11 | 4B | 0 | 5D | 2 | 6C | 60 | 34 |
| Octal | 76 | 372 | 21 | 113 | 0 | 135 | 2 | 154 | 140 | 64 |
| Binary | 111110 | 11111010 | 10001 | 1001011 | 0 | 1011101 | 10 | 1101100 | 1100000 | 110100 |
Color Harmonies of #3EFA11
Complementary color
Monochromatic Colors of #3EFA11
Black with #3EFA11
Text Example
Text Example
White with #3EFA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFA11; }
p { color: rgb(62,250,17); }
H1.HeaderClassName
{
color: #3EFA11;
}
.AnyTagClassName
{
color: #3EFA11;
}
</style>
background-color css
<style>
a { background-color: #3EFA11; }
a { background-color: rgb(62,250,17); }
div.DivClassName
{
background-color: #3EFA11;
}
.BgClassName
{
background-color: #3EFA11;
}
</style>
border-color css
<style>
span { border-color: #3EFA11; }
span { border-color: rgb(62,250,17); }
td.TdClassName
{
border-color: #3EFA11;
}
.TagClassName
{
border-color: #3EFA11;
}
</style>