Shades of Harlequin #3EFA21
Tints of Harlequin #3EFA21
RGB
CMYK
RGB Variations
Color information
#3EFA21 (or 0x3EFA21) is known color: Harlequin. HEX triplet: 3E, FA and 21. RGB value is (62,250,33). Sum of RGB (Red+Green+Blue) = 62+250+33=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFA21 is #C105DE. Grayscale: #A9A9A9. Windows color (decimal): -12649951 or 2226750. OLE color: 2226750.
HSL color Cylindrical-coordinate representation of color #3EFA21: hue angle of 111.98º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3EFA21 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 33 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.02 |
| HSL | 111.98º | 0.96% | 0.55% | - |
| HSV(B) | 111.98º | 0.87% | 0.98% | - |
| XYZ | 36.45 | 69.51 | 12.93 | - |
| YUV | 169.05 | 51.22 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 33 | 0.75 | 0 | 0.87 | 0.02 | 111.98 | 0.96 | 0.55 |
| Hex | 3E | FA | 21 | 4B | 0 | 57 | 2 | 70 | 60 | 37 |
| Octal | 76 | 372 | 41 | 113 | 0 | 127 | 2 | 160 | 140 | 67 |
| Binary | 111110 | 11111010 | 100001 | 1001011 | 0 | 1010111 | 10 | 1110000 | 1100000 | 110111 |
Color Harmonies of #3EFA21
Complementary color
Monochromatic Colors of #3EFA21
Black with #3EFA21
Text Example
Text Example
White with #3EFA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFA21; }
p { color: rgb(62,250,33); }
H1.HeaderClassName
{
color: #3EFA21;
}
.AnyTagClassName
{
color: #3EFA21;
}
</style>
background-color css
<style>
a { background-color: #3EFA21; }
a { background-color: rgb(62,250,33); }
div.DivClassName
{
background-color: #3EFA21;
}
.BgClassName
{
background-color: #3EFA21;
}
</style>
border-color css
<style>
span { border-color: #3EFA21; }
span { border-color: rgb(62,250,33); }
td.TdClassName
{
border-color: #3EFA21;
}
.TagClassName
{
border-color: #3EFA21;
}
</style>