Shades of Harlequin #3EDF08
Tints of Harlequin #3EDF08
RGB
CMYK
RGB Variations
Color information
#3EDF08 (or 0x3EDF08) is known color: Harlequin. HEX triplet: 3E, DF and 08. RGB value is (62,223,8). Sum of RGB (Red+Green+Blue) = 62+223+8=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 223 (87.5% from 255 or 76.11% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDF08 is #C120F7. Grayscale: #979797. Windows color (decimal): -12656888 or 581438. OLE color: 581438.
HSL color Cylindrical-coordinate representation of color #3EDF08: hue angle of 104.93º 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 #3EDF08 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.13 |
| HSL | 104.93º | 0.93% | 0.45% | - |
| HSV(B) | 104.93º | 0.96% | 0.87% | - |
| XYZ | 28.42 | 53.82 | 9.12 | - |
| YUV | 150.35 | 47.66 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 8 | 0.72 | 0 | 0.96 | 0.13 | 104.93 | 0.93 | 0.45 |
| Hex | 3E | DF | 8 | 48 | 0 | 60 | D | 69 | 5D | 2D |
| Octal | 76 | 337 | 10 | 110 | 0 | 140 | 15 | 151 | 135 | 55 |
| Binary | 111110 | 11011111 | 1000 | 1001000 | 0 | 1100000 | 1101 | 1101001 | 1011101 | 101101 |
Color Harmonies of #3EDF08
Complementary color
Monochromatic Colors of #3EDF08
Black with #3EDF08
Text Example
Text Example
White with #3EDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF08; }
p { color: rgb(62,223,8); }
H1.HeaderClassName
{
color: #3EDF08;
}
.AnyTagClassName
{
color: #3EDF08;
}
</style>
background-color css
<style>
a { background-color: #3EDF08; }
a { background-color: rgb(62,223,8); }
div.DivClassName
{
background-color: #3EDF08;
}
.BgClassName
{
background-color: #3EDF08;
}
</style>
border-color css
<style>
span { border-color: #3EDF08; }
span { border-color: rgb(62,223,8); }
td.TdClassName
{
border-color: #3EDF08;
}
.TagClassName
{
border-color: #3EDF08;
}
</style>