Shades of Harlequin #3EDA05
Tints of Harlequin #3EDA05
RGB
CMYK
RGB Variations
Color information
#3EDA05 (or 0x3EDA05) is known color: Harlequin. HEX triplet: 3E, DA and 05. RGB value is (62,218,5). Sum of RGB (Red+Green+Blue) = 62+218+5=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 218 (85.55% from 255 or 76.49% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDA05 is #C125FA. Grayscale: #939393. Windows color (decimal): -12658171 or 383550. OLE color: 383550.
HSL color Cylindrical-coordinate representation of color #3EDA05: hue angle of 103.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EDA05 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 218 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.15 |
| HSL | 103.94º | 0.96% | 0.44% | - |
| HSV(B) | 103.94º | 0.98% | 0.85% | - |
| XYZ | 27.09 | 51.18 | 8.59 | - |
| YUV | 147.07 | 47.82 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 5 | 0.72 | 0 | 0.98 | 0.15 | 103.94 | 0.96 | 0.44 |
| Hex | 3E | DA | 5 | 48 | 0 | 62 | F | 68 | 60 | 2C |
| Octal | 76 | 332 | 5 | 110 | 0 | 142 | 17 | 150 | 140 | 54 |
| Binary | 111110 | 11011010 | 101 | 1001000 | 0 | 1100010 | 1111 | 1101000 | 1100000 | 101100 |
Color Harmonies of #3EDA05
Complementary color
Monochromatic Colors of #3EDA05
Black with #3EDA05
Text Example
Text Example
White with #3EDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDA05; }
p { color: rgb(62,218,5); }
H1.HeaderClassName
{
color: #3EDA05;
}
.AnyTagClassName
{
color: #3EDA05;
}
</style>
background-color css
<style>
a { background-color: #3EDA05; }
a { background-color: rgb(62,218,5); }
div.DivClassName
{
background-color: #3EDA05;
}
.BgClassName
{
background-color: #3EDA05;
}
</style>
border-color css
<style>
span { border-color: #3EDA05; }
span { border-color: rgb(62,218,5); }
td.TdClassName
{
border-color: #3EDA05;
}
.TagClassName
{
border-color: #3EDA05;
}
</style>