Shades of Harlequin #3EDA07
Tints of Harlequin #3EDA07
RGB
CMYK
RGB Variations
Color information
#3EDA07 (or 0x3EDA07) is known color: Harlequin. HEX triplet: 3E, DA and 07. RGB value is (62,218,7). Sum of RGB (Red+Green+Blue) = 62+218+7=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDA07 is #C125F8. Grayscale: #939393. Windows color (decimal): -12658169 or 514622. OLE color: 514622.
HSL color Cylindrical-coordinate representation of color #3EDA07: hue angle of 104.36º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3EDA07 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 218 | 7 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.15 |
| HSL | 104.36º | 0.94% | 0.44% | - |
| HSV(B) | 104.36º | 0.97% | 0.85% | - |
| XYZ | 27.1 | 51.18 | 8.65 | - |
| YUV | 147.3 | 48.82 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 7 | 0.72 | 0 | 0.97 | 0.15 | 104.36 | 0.94 | 0.44 |
| Hex | 3E | DA | 7 | 48 | 0 | 61 | F | 68 | 5E | 2C |
| Octal | 76 | 332 | 7 | 110 | 0 | 141 | 17 | 150 | 136 | 54 |
| Binary | 111110 | 11011010 | 111 | 1001000 | 0 | 1100001 | 1111 | 1101000 | 1011110 | 101100 |
Color Harmonies of #3EDA07
Complementary color
Monochromatic Colors of #3EDA07
Black with #3EDA07
Text Example
Text Example
White with #3EDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDA07; }
p { color: rgb(62,218,7); }
H1.HeaderClassName
{
color: #3EDA07;
}
.AnyTagClassName
{
color: #3EDA07;
}
</style>
background-color css
<style>
a { background-color: #3EDA07; }
a { background-color: rgb(62,218,7); }
div.DivClassName
{
background-color: #3EDA07;
}
.BgClassName
{
background-color: #3EDA07;
}
</style>
border-color css
<style>
span { border-color: #3EDA07; }
span { border-color: rgb(62,218,7); }
td.TdClassName
{
border-color: #3EDA07;
}
.TagClassName
{
border-color: #3EDA07;
}
</style>