Shades of Harlequin #2DED05
Tints of Harlequin #2DED05
RGB
CMYK
RGB Variations
Color information
#2DED05 (or 0x2DED05) is known color: Harlequin. HEX triplet: 2D, ED and 05. RGB value is (45,237,5). Sum of RGB (Red+Green+Blue) = 45+237+5=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 237 (92.97% from 255 or 82.58% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DED05 is #D212FA. Grayscale: #999999. Windows color (decimal): -13767419 or 388397. OLE color: 388397.
HSL color Cylindrical-coordinate representation of color #2DED05: hue angle of 109.66º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DED05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.07 |
| HSL | 109.66º | 0.96% | 0.47% | - |
| HSV(B) | 109.66º | 0.98% | 0.93% | - |
| XYZ | 31.39 | 61.14 | 10.29 | - |
| YUV | 153.14 | 44.39 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 5 | 0.81 | 0 | 0.98 | 0.07 | 109.66 | 0.96 | 0.47 |
| Hex | 2D | ED | 5 | 51 | 0 | 62 | 7 | 6E | 60 | 2F |
| Octal | 55 | 355 | 5 | 121 | 0 | 142 | 7 | 156 | 140 | 57 |
| Binary | 101101 | 11101101 | 101 | 1010001 | 0 | 1100010 | 111 | 1101110 | 1100000 | 101111 |
Color Harmonies of #2DED05
Complementary color
Monochromatic Colors of #2DED05
Black with #2DED05
Text Example
Text Example
White with #2DED05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DED05; }
p { color: rgb(45,237,5); }
H1.HeaderClassName
{
color: #2DED05;
}
.AnyTagClassName
{
color: #2DED05;
}
</style>
background-color css
<style>
a { background-color: #2DED05; }
a { background-color: rgb(45,237,5); }
div.DivClassName
{
background-color: #2DED05;
}
.BgClassName
{
background-color: #2DED05;
}
</style>
border-color css
<style>
span { border-color: #2DED05; }
span { border-color: rgb(45,237,5); }
td.TdClassName
{
border-color: #2DED05;
}
.TagClassName
{
border-color: #2DED05;
}
</style>