Shades of Harlequin #3EDF05
Tints of Harlequin #3EDF05
RGB
CMYK
RGB Variations
Color information
#3EDF05 (or 0x3EDF05) is known color: Harlequin. HEX triplet: 3E, DF and 05. RGB value is (62,223,5). Sum of RGB (Red+Green+Blue) = 62+223+5=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDF05 is #C120FA. Grayscale: #969696. Windows color (decimal): -12656891 or 384830. OLE color: 384830.
HSL color Cylindrical-coordinate representation of color #3EDF05: hue angle of 104.31º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EDF05 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.13 |
| HSL | 104.31º | 0.96% | 0.45% | - |
| HSV(B) | 104.31º | 0.98% | 0.87% | - |
| XYZ | 28.4 | 53.81 | 9.03 | - |
| YUV | 150.01 | 46.16 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 5 | 0.72 | 0 | 0.98 | 0.13 | 104.31 | 0.96 | 0.45 |
| Hex | 3E | DF | 5 | 48 | 0 | 62 | D | 68 | 60 | 2D |
| Octal | 76 | 337 | 5 | 110 | 0 | 142 | 15 | 150 | 140 | 55 |
| Binary | 111110 | 11011111 | 101 | 1001000 | 0 | 1100010 | 1101 | 1101000 | 1100000 | 101101 |
Color Harmonies of #3EDF05
Complementary color
Monochromatic Colors of #3EDF05
Black with #3EDF05
Text Example
Text Example
White with #3EDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF05; }
p { color: rgb(62,223,5); }
H1.HeaderClassName
{
color: #3EDF05;
}
.AnyTagClassName
{
color: #3EDF05;
}
</style>
background-color css
<style>
a { background-color: #3EDF05; }
a { background-color: rgb(62,223,5); }
div.DivClassName
{
background-color: #3EDF05;
}
.BgClassName
{
background-color: #3EDF05;
}
</style>
border-color css
<style>
span { border-color: #3EDF05; }
span { border-color: rgb(62,223,5); }
td.TdClassName
{
border-color: #3EDF05;
}
.TagClassName
{
border-color: #3EDF05;
}
</style>