Shades of Harlequin #3EDE09
Tints of Harlequin #3EDE09
RGB
CMYK
RGB Variations
Color information
#3EDE09 (or 0x3EDE09) is known color: Harlequin. HEX triplet: 3E, DE and 09. RGB value is (62,222,9). Sum of RGB (Red+Green+Blue) = 62+222+9=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 222 (87.11% from 255 or 75.77% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDE09 is #C121F6. Grayscale: #969696. Windows color (decimal): -12657143 or 646718. OLE color: 646718.
HSL color Cylindrical-coordinate representation of color #3EDE09: hue angle of 105.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3EDE09 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 9 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.13 |
| HSL | 105.07º | 0.92% | 0.45% | - |
| HSV(B) | 105.07º | 0.96% | 0.87% | - |
| XYZ | 28.16 | 53.29 | 9.06 | - |
| YUV | 149.88 | 48.49 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 9 | 0.72 | 0 | 0.96 | 0.13 | 105.07 | 0.92 | 0.45 |
| Hex | 3E | DE | 9 | 48 | 0 | 60 | D | 69 | 5C | 2D |
| Octal | 76 | 336 | 11 | 110 | 0 | 140 | 15 | 151 | 134 | 55 |
| Binary | 111110 | 11011110 | 1001 | 1001000 | 0 | 1100000 | 1101 | 1101001 | 1011100 | 101101 |
Color Harmonies of #3EDE09
Complementary color
Monochromatic Colors of #3EDE09
Black with #3EDE09
Text Example
Text Example
White with #3EDE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE09; }
p { color: rgb(62,222,9); }
H1.HeaderClassName
{
color: #3EDE09;
}
.AnyTagClassName
{
color: #3EDE09;
}
</style>
background-color css
<style>
a { background-color: #3EDE09; }
a { background-color: rgb(62,222,9); }
div.DivClassName
{
background-color: #3EDE09;
}
.BgClassName
{
background-color: #3EDE09;
}
</style>
border-color css
<style>
span { border-color: #3EDE09; }
span { border-color: rgb(62,222,9); }
td.TdClassName
{
border-color: #3EDE09;
}
.TagClassName
{
border-color: #3EDE09;
}
</style>