Shades of Harlequin #2DED06
Tints of Harlequin #2DED06
RGB
CMYK
RGB Variations
Color information
#2DED06 (or 0x2DED06) is known color: Harlequin. HEX triplet: 2D, ED and 06. RGB value is (45,237,6). Sum of RGB (Red+Green+Blue) = 45+237+6=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 237 (92.97% from 255 or 82.29% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DED06 is #D212F9. Grayscale: #999999. Windows color (decimal): -13767418 or 453933. OLE color: 453933.
HSL color Cylindrical-coordinate representation of color #2DED06: hue angle of 109.87º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DED06 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 6 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.07 |
| HSL | 109.87º | 0.95% | 0.48% | - |
| HSV(B) | 109.87º | 0.97% | 0.93% | - |
| XYZ | 31.4 | 61.14 | 10.32 | - |
| YUV | 153.26 | 44.89 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 6 | 0.81 | 0 | 0.97 | 0.07 | 109.87 | 0.95 | 0.48 |
| Hex | 2D | ED | 6 | 51 | 0 | 61 | 7 | 6E | 5F | 30 |
| Octal | 55 | 355 | 6 | 121 | 0 | 141 | 7 | 156 | 137 | 60 |
| Binary | 101101 | 11101101 | 110 | 1010001 | 0 | 1100001 | 111 | 1101110 | 1011111 | 110000 |
Color Harmonies of #2DED06
Complementary color
Monochromatic Colors of #2DED06
Black with #2DED06
Text Example
Text Example
White with #2DED06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DED06; }
p { color: rgb(45,237,6); }
H1.HeaderClassName
{
color: #2DED06;
}
.AnyTagClassName
{
color: #2DED06;
}
</style>
background-color css
<style>
a { background-color: #2DED06; }
a { background-color: rgb(45,237,6); }
div.DivClassName
{
background-color: #2DED06;
}
.BgClassName
{
background-color: #2DED06;
}
</style>
border-color css
<style>
span { border-color: #2DED06; }
span { border-color: rgb(45,237,6); }
td.TdClassName
{
border-color: #2DED06;
}
.TagClassName
{
border-color: #2DED06;
}
</style>