Shades of Harlequin #2AD605
Tints of Harlequin #2AD605
RGB
CMYK
RGB Variations
Color information
#2AD605 (or 0x2AD605) is known color: Harlequin. HEX triplet: 2A, D6 and 05. RGB value is (42,214,5). Sum of RGB (Red+Green+Blue) = 42+214+5=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 214 (83.98% from 255 or 81.99% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD605 is #D529FA. Grayscale: #8B8B8B. Windows color (decimal): -13969915 or 382506. OLE color: 382506.
HSL color Cylindrical-coordinate representation of color #2AD605: hue angle of 109.38º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AD605 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.16 |
| HSL | 109.38º | 0.95% | 0.43% | - |
| HSV(B) | 109.38º | 0.98% | 0.84% | - |
| XYZ | 25.03 | 48.6 | 8.2 | - |
| YUV | 138.75 | 52.52 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 5 | 0.80 | 0 | 0.98 | 0.16 | 109.38 | 0.95 | 0.43 |
| Hex | 2A | D6 | 5 | 50 | 0 | 62 | 10 | 6D | 5F | 2B |
| Octal | 52 | 326 | 5 | 120 | 0 | 142 | 20 | 155 | 137 | 53 |
| Binary | 101010 | 11010110 | 101 | 1010000 | 0 | 1100010 | 10000 | 1101101 | 1011111 | 101011 |
Color Harmonies of #2AD605
Complementary color
Monochromatic Colors of #2AD605
Black with #2AD605
Text Example
Text Example
White with #2AD605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD605; }
p { color: rgb(42,214,5); }
H1.HeaderClassName
{
color: #2AD605;
}
.AnyTagClassName
{
color: #2AD605;
}
</style>
background-color css
<style>
a { background-color: #2AD605; }
a { background-color: rgb(42,214,5); }
div.DivClassName
{
background-color: #2AD605;
}
.BgClassName
{
background-color: #2AD605;
}
</style>
border-color css
<style>
span { border-color: #2AD605; }
span { border-color: rgb(42,214,5); }
td.TdClassName
{
border-color: #2AD605;
}
.TagClassName
{
border-color: #2AD605;
}
</style>