Shades of Harlequin #3EDF16
Tints of Harlequin #3EDF16
RGB
CMYK
RGB Variations
Color information
#3EDF16 (or 0x3EDF16) is known color: Harlequin. HEX triplet: 3E, DF and 16. RGB value is (62,223,22). Sum of RGB (Red+Green+Blue) = 62+223+22=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDF16 is #C120E9. Grayscale: #989898. Windows color (decimal): -12656874 or 1498942. OLE color: 1498942.
HSL color Cylindrical-coordinate representation of color #3EDF16: hue angle of 108.06º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3EDF16 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 22 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.13 |
| HSL | 108.06º | 0.82% | 0.48% | - |
| HSV(B) | 108.06º | 0.9% | 0.87% | - |
| XYZ | 28.52 | 53.86 | 9.65 | - |
| YUV | 151.95 | 54.66 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 22 | 0.72 | 0 | 0.90 | 0.13 | 108.06 | 0.82 | 0.48 |
| Hex | 3E | DF | 16 | 48 | 0 | 5A | D | 6C | 52 | 30 |
| Octal | 76 | 337 | 26 | 110 | 0 | 132 | 15 | 154 | 122 | 60 |
| Binary | 111110 | 11011111 | 10110 | 1001000 | 0 | 1011010 | 1101 | 1101100 | 1010010 | 110000 |
Color Harmonies of #3EDF16
Complementary color
Monochromatic Colors of #3EDF16
Black with #3EDF16
Text Example
Text Example
White with #3EDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF16; }
p { color: rgb(62,223,22); }
H1.HeaderClassName
{
color: #3EDF16;
}
.AnyTagClassName
{
color: #3EDF16;
}
</style>
background-color css
<style>
a { background-color: #3EDF16; }
a { background-color: rgb(62,223,22); }
div.DivClassName
{
background-color: #3EDF16;
}
.BgClassName
{
background-color: #3EDF16;
}
</style>
border-color css
<style>
span { border-color: #3EDF16; }
span { border-color: rgb(62,223,22); }
td.TdClassName
{
border-color: #3EDF16;
}
.TagClassName
{
border-color: #3EDF16;
}
</style>