Shades of Harlequin #3EED0F
Tints of Harlequin #3EED0F
RGB
CMYK
RGB Variations
Color information
#3EED0F (or 0x3EED0F) is known color: Harlequin. HEX triplet: 3E, ED and 0F. RGB value is (62,237,15). Sum of RGB (Red+Green+Blue) = 62+237+15=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 237 (92.97% from 255 or 75.48% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 237 - color contains mainly: green. Hex color #3EED0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EED0F is #C112F0. Grayscale: #A0A0A0. Windows color (decimal): -12653297 or 1043774. OLE color: 1043774.
HSL color Cylindrical-coordinate representation of color #3EED0F: hue angle of 107.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3EED0F is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 237 | 15 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.07 |
| HSL | 107.3º | 0.88% | 0.49% | - |
| HSV(B) | 107.3º | 0.94% | 0.93% | - |
| XYZ | 32.36 | 61.63 | 10.64 | - |
| YUV | 159.37 | 46.52 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 237 | 15 | 0.74 | 0 | 0.94 | 0.07 | 107.3 | 0.88 | 0.49 |
| Hex | 3E | ED | F | 4A | 0 | 5E | 7 | 6B | 58 | 31 |
| Octal | 76 | 355 | 17 | 112 | 0 | 136 | 7 | 153 | 130 | 61 |
| Binary | 111110 | 11101101 | 1111 | 1001010 | 0 | 1011110 | 111 | 1101011 | 1011000 | 110001 |
Color Harmonies of #3EED0F
Complementary color
Monochromatic Colors of #3EED0F
Black with #3EED0F
Text Example
Text Example
White with #3EED0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EED0F; }
p { color: rgb(62,237,15); }
H1.HeaderClassName
{
color: #3EED0F;
}
.AnyTagClassName
{
color: #3EED0F;
}
</style>
background-color css
<style>
a { background-color: #3EED0F; }
a { background-color: rgb(62,237,15); }
div.DivClassName
{
background-color: #3EED0F;
}
.BgClassName
{
background-color: #3EED0F;
}
</style>
border-color css
<style>
span { border-color: #3EED0F; }
span { border-color: rgb(62,237,15); }
td.TdClassName
{
border-color: #3EED0F;
}
.TagClassName
{
border-color: #3EED0F;
}
</style>