Shades of Harlequin #2AD506
Tints of Harlequin #2AD506
RGB
CMYK
RGB Variations
Color information
#2AD506 (or 0x2AD506) is known color: Harlequin. HEX triplet: 2A, D5 and 06. RGB value is (42,213,6). Sum of RGB (Red+Green+Blue) = 42+213+6=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 213 (83.59% from 255 or 81.61% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD506 is #D52AF9. Grayscale: #8A8A8A. Windows color (decimal): -13970170 or 447786. OLE color: 447786.
HSL color Cylindrical-coordinate representation of color #2AD506: hue angle of 109.57º 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 #2AD506 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.16 |
| HSL | 109.57º | 0.95% | 0.43% | - |
| HSV(B) | 109.57º | 0.97% | 0.84% | - |
| XYZ | 24.78 | 48.09 | 8.15 | - |
| YUV | 138.27 | 53.35 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 6 | 0.80 | 0 | 0.97 | 0.16 | 109.57 | 0.95 | 0.43 |
| Hex | 2A | D5 | 6 | 50 | 0 | 61 | 10 | 6E | 5F | 2B |
| Octal | 52 | 325 | 6 | 120 | 0 | 141 | 20 | 156 | 137 | 53 |
| Binary | 101010 | 11010101 | 110 | 1010000 | 0 | 1100001 | 10000 | 1101110 | 1011111 | 101011 |
Color Harmonies of #2AD506
Complementary color
Monochromatic Colors of #2AD506
Black with #2AD506
Text Example
Text Example
White with #2AD506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD506; }
p { color: rgb(42,213,6); }
H1.HeaderClassName
{
color: #2AD506;
}
.AnyTagClassName
{
color: #2AD506;
}
</style>
background-color css
<style>
a { background-color: #2AD506; }
a { background-color: rgb(42,213,6); }
div.DivClassName
{
background-color: #2AD506;
}
.BgClassName
{
background-color: #2AD506;
}
</style>
border-color css
<style>
span { border-color: #2AD506; }
span { border-color: rgb(42,213,6); }
td.TdClassName
{
border-color: #2AD506;
}
.TagClassName
{
border-color: #2AD506;
}
</style>