Shades of Harlequin #3EDD08
Tints of Harlequin #3EDD08
RGB
CMYK
RGB Variations
Color information
#3EDD08 (or 0x3EDD08) is known color: Harlequin. HEX triplet: 3E, DD and 08. RGB value is (62,221,8). Sum of RGB (Red+Green+Blue) = 62+221+8=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDD08 is #C122F7. Grayscale: #959595. Windows color (decimal): -12657400 or 580926. OLE color: 580926.
HSL color Cylindrical-coordinate representation of color #3EDD08: hue angle of 104.79º degrees, saturation: 0.93, 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 #3EDD08 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.13 |
| HSL | 104.79º | 0.93% | 0.45% | - |
| HSV(B) | 104.79º | 0.96% | 0.87% | - |
| XYZ | 27.89 | 52.75 | 8.94 | - |
| YUV | 149.18 | 48.32 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 8 | 0.72 | 0 | 0.96 | 0.13 | 104.79 | 0.93 | 0.45 |
| Hex | 3E | DD | 8 | 48 | 0 | 60 | D | 69 | 5D | 2D |
| Octal | 76 | 335 | 10 | 110 | 0 | 140 | 15 | 151 | 135 | 55 |
| Binary | 111110 | 11011101 | 1000 | 1001000 | 0 | 1100000 | 1101 | 1101001 | 1011101 | 101101 |
Color Harmonies of #3EDD08
Complementary color
Monochromatic Colors of #3EDD08
Black with #3EDD08
Text Example
Text Example
White with #3EDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD08; }
p { color: rgb(62,221,8); }
H1.HeaderClassName
{
color: #3EDD08;
}
.AnyTagClassName
{
color: #3EDD08;
}
</style>
background-color css
<style>
a { background-color: #3EDD08; }
a { background-color: rgb(62,221,8); }
div.DivClassName
{
background-color: #3EDD08;
}
.BgClassName
{
background-color: #3EDD08;
}
</style>
border-color css
<style>
span { border-color: #3EDD08; }
span { border-color: rgb(62,221,8); }
td.TdClassName
{
border-color: #3EDD08;
}
.TagClassName
{
border-color: #3EDD08;
}
</style>