Shades of Harlequin #3ED800
Tints of Harlequin #3ED800
RGB
CMYK
RGB Variations
Color information
#3ED800 (or 0x3ED800) is known color: Harlequin. HEX triplet: 3E, D8 and 00. RGB value is (62,216,0). Sum of RGB (Red+Green+Blue) = 62+216+0=278 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.30% from 278); Green value is 216 (84.77% from 255 or 77.70% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ED800 is #C127FF. Grayscale: #929292. Windows color (decimal): -12658688 or 55358. OLE color: 55358.
HSL color Cylindrical-coordinate representation of color #3ED800: hue angle of 102.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3ED800 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 216 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.15 |
| HSL | 102.78º | 1% | 0.42% | - |
| HSV(B) | 102.78º | 1% | 0.85% | - |
| XYZ | 26.54 | 50.14 | 8.28 | - |
| YUV | 145.33 | 45.98 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 216 | 0 | 0.71 | 0 | 1 | 0.15 | 102.78 | 1 | 0.42 |
| Hex | 3E | D8 | 0 | 47 | 0 | 64 | F | 67 | 64 | 2A |
| Octal | 76 | 330 | 0 | 107 | 0 | 144 | 17 | 147 | 144 | 52 |
| Binary | 111110 | 11011000 | 0 | 1000111 | 0 | 1100100 | 1111 | 1100111 | 1100100 | 101010 |
Color Harmonies of #3ED800
Complementary color
Monochromatic Colors of #3ED800
Black with #3ED800
Text Example
Text Example
White with #3ED800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED800; }
p { color: rgb(62,216,0); }
H1.HeaderClassName
{
color: #3ED800;
}
.AnyTagClassName
{
color: #3ED800;
}
</style>
background-color css
<style>
a { background-color: #3ED800; }
a { background-color: rgb(62,216,0); }
div.DivClassName
{
background-color: #3ED800;
}
.BgClassName
{
background-color: #3ED800;
}
</style>
border-color css
<style>
span { border-color: #3ED800; }
span { border-color: rgb(62,216,0); }
td.TdClassName
{
border-color: #3ED800;
}
.TagClassName
{
border-color: #3ED800;
}
</style>