Shades of Harlequin #2ED706
Tints of Harlequin #2ED706
RGB
CMYK
RGB Variations
Color information
#2ED706 (or 0x2ED706) is known color: Harlequin. HEX triplet: 2E, D7 and 06. RGB value is (46,215,6). Sum of RGB (Red+Green+Blue) = 46+215+6=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 215 (84.38% from 255 or 80.52% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED706 is #D128F9. Grayscale: #8D8D8D. Windows color (decimal): -13707514 or 448302. OLE color: 448302.
HSL color Cylindrical-coordinate representation of color #2ED706: hue angle of 108.52º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ED706 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 6 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.16 |
| HSL | 108.52º | 0.95% | 0.43% | - |
| HSV(B) | 108.52º | 0.97% | 0.84% | - |
| XYZ | 25.46 | 49.19 | 8.33 | - |
| YUV | 140.64 | 52.01 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 6 | 0.79 | 0 | 0.97 | 0.16 | 108.52 | 0.95 | 0.43 |
| Hex | 2E | D7 | 6 | 4F | 0 | 61 | 10 | 6D | 5F | 2B |
| Octal | 56 | 327 | 6 | 117 | 0 | 141 | 20 | 155 | 137 | 53 |
| Binary | 101110 | 11010111 | 110 | 1001111 | 0 | 1100001 | 10000 | 1101101 | 1011111 | 101011 |
Color Harmonies of #2ED706
Complementary color
Monochromatic Colors of #2ED706
Black with #2ED706
Text Example
Text Example
White with #2ED706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED706; }
p { color: rgb(46,215,6); }
H1.HeaderClassName
{
color: #2ED706;
}
.AnyTagClassName
{
color: #2ED706;
}
</style>
background-color css
<style>
a { background-color: #2ED706; }
a { background-color: rgb(46,215,6); }
div.DivClassName
{
background-color: #2ED706;
}
.BgClassName
{
background-color: #2ED706;
}
</style>
border-color css
<style>
span { border-color: #2ED706; }
span { border-color: rgb(46,215,6); }
td.TdClassName
{
border-color: #2ED706;
}
.TagClassName
{
border-color: #2ED706;
}
</style>