Shades of Harlequin #2EDD05
Tints of Harlequin #2EDD05
RGB
CMYK
RGB Variations
Color information
#2EDD05 (or 0x2EDD05) is known color: Harlequin. HEX triplet: 2E, DD and 05. RGB value is (46,221,5). Sum of RGB (Red+Green+Blue) = 46+221+5=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 221 (86.72% from 255 or 81.25% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDD05 is #D122FA. Grayscale: #909090. Windows color (decimal): -13705979 or 384302. OLE color: 384302.
HSL color Cylindrical-coordinate representation of color #2EDD05: hue angle of 108.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EDD05 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.13 |
| HSL | 108.61º | 0.96% | 0.44% | - |
| HSV(B) | 108.61º | 0.98% | 0.87% | - |
| XYZ | 27.01 | 52.3 | 8.82 | - |
| YUV | 144.05 | 49.52 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 5 | 0.79 | 0 | 0.98 | 0.13 | 108.61 | 0.96 | 0.44 |
| Hex | 2E | DD | 5 | 4F | 0 | 62 | D | 6D | 60 | 2C |
| Octal | 56 | 335 | 5 | 117 | 0 | 142 | 15 | 155 | 140 | 54 |
| Binary | 101110 | 11011101 | 101 | 1001111 | 0 | 1100010 | 1101 | 1101101 | 1100000 | 101100 |
Color Harmonies of #2EDD05
Complementary color
Monochromatic Colors of #2EDD05
Black with #2EDD05
Text Example
Text Example
White with #2EDD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD05; }
p { color: rgb(46,221,5); }
H1.HeaderClassName
{
color: #2EDD05;
}
.AnyTagClassName
{
color: #2EDD05;
}
</style>
background-color css
<style>
a { background-color: #2EDD05; }
a { background-color: rgb(46,221,5); }
div.DivClassName
{
background-color: #2EDD05;
}
.BgClassName
{
background-color: #2EDD05;
}
</style>
border-color css
<style>
span { border-color: #2EDD05; }
span { border-color: rgb(46,221,5); }
td.TdClassName
{
border-color: #2EDD05;
}
.TagClassName
{
border-color: #2EDD05;
}
</style>