Shades of Harlequin #46EE0D
Tints of Harlequin #46EE0D
RGB
CMYK
RGB Variations
Color information
#46EE0D (or 0x46EE0D) is known color: Harlequin. HEX triplet: 46, EE and 0D. RGB value is (70,238,13). Sum of RGB (Red+Green+Blue) = 70+238+13=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #46EE0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EE0D is #B911F2. Grayscale: #A2A2A2. Windows color (decimal): -12128755 or 912966. OLE color: 912966.
HSL color Cylindrical-coordinate representation of color #46EE0D: hue angle of 104.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46EE0D is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 13 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.07 |
| HSL | 104.8º | 0.9% | 0.49% | - |
| HSV(B) | 104.8º | 0.95% | 0.93% | - |
| XYZ | 33.17 | 62.48 | 10.69 | - |
| YUV | 162.12 | 43.84 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 13 | 0.71 | 0 | 0.95 | 0.07 | 104.8 | 0.9 | 0.49 |
| Hex | 46 | EE | D | 47 | 0 | 5F | 7 | 69 | 5A | 31 |
| Octal | 106 | 356 | 15 | 107 | 0 | 137 | 7 | 151 | 132 | 61 |
| Binary | 1000110 | 11101110 | 1101 | 1000111 | 0 | 1011111 | 111 | 1101001 | 1011010 | 110001 |
Color Harmonies of #46EE0D
Complementary color
Monochromatic Colors of #46EE0D
Black with #46EE0D
Text Example
Text Example
White with #46EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EE0D; }
p { color: rgb(70,238,13); }
H1.HeaderClassName
{
color: #46EE0D;
}
.AnyTagClassName
{
color: #46EE0D;
}
</style>
background-color css
<style>
a { background-color: #46EE0D; }
a { background-color: rgb(70,238,13); }
div.DivClassName
{
background-color: #46EE0D;
}
.BgClassName
{
background-color: #46EE0D;
}
</style>
border-color css
<style>
span { border-color: #46EE0D; }
span { border-color: rgb(70,238,13); }
td.TdClassName
{
border-color: #46EE0D;
}
.TagClassName
{
border-color: #46EE0D;
}
</style>