Shades of Harlequin #2ED805
Tints of Harlequin #2ED805
RGB
CMYK
RGB Variations
Color information
#2ED805 (or 0x2ED805) is known color: Harlequin. HEX triplet: 2E, D8 and 05. RGB value is (46,216,5). Sum of RGB (Red+Green+Blue) = 46+216+5=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 216 (84.77% from 255 or 80.90% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED805 is #D127FA. Grayscale: #8D8D8D. Windows color (decimal): -13707259 or 383022. OLE color: 383022.
HSL color Cylindrical-coordinate representation of color #2ED805: hue angle of 108.34º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2ED805 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.15 |
| HSL | 108.34º | 0.95% | 0.43% | - |
| HSV(B) | 108.34º | 0.98% | 0.85% | - |
| XYZ | 25.71 | 49.7 | 8.38 | - |
| YUV | 141.12 | 51.18 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 5 | 0.79 | 0 | 0.98 | 0.15 | 108.34 | 0.95 | 0.43 |
| Hex | 2E | D8 | 5 | 4F | 0 | 62 | F | 6C | 5F | 2B |
| Octal | 56 | 330 | 5 | 117 | 0 | 142 | 17 | 154 | 137 | 53 |
| Binary | 101110 | 11011000 | 101 | 1001111 | 0 | 1100010 | 1111 | 1101100 | 1011111 | 101011 |
Color Harmonies of #2ED805
Complementary color
Monochromatic Colors of #2ED805
Black with #2ED805
Text Example
Text Example
White with #2ED805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED805; }
p { color: rgb(46,216,5); }
H1.HeaderClassName
{
color: #2ED805;
}
.AnyTagClassName
{
color: #2ED805;
}
</style>
background-color css
<style>
a { background-color: #2ED805; }
a { background-color: rgb(46,216,5); }
div.DivClassName
{
background-color: #2ED805;
}
.BgClassName
{
background-color: #2ED805;
}
</style>
border-color css
<style>
span { border-color: #2ED805; }
span { border-color: rgb(46,216,5); }
td.TdClassName
{
border-color: #2ED805;
}
.TagClassName
{
border-color: #2ED805;
}
</style>