Shades of Harlequin #2ADC07
Tints of Harlequin #2ADC07
RGB
CMYK
RGB Variations
Color information
#2ADC07 (or 0x2ADC07) is known color: Harlequin. HEX triplet: 2A, DC and 07. RGB value is (42,220,7). Sum of RGB (Red+Green+Blue) = 42+220+7=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 220 (86.33% from 255 or 81.78% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADC07 is #D523F8. Grayscale: #8F8F8F. Windows color (decimal): -13968377 or 515114. OLE color: 515114.
HSL color Cylindrical-coordinate representation of color #2ADC07: hue angle of 110.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ADC07 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.14 |
| HSL | 110.14º | 0.94% | 0.45% | - |
| HSV(B) | 110.14º | 0.97% | 0.86% | - |
| XYZ | 26.59 | 51.69 | 8.78 | - |
| YUV | 142.5 | 51.53 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 7 | 0.81 | 0 | 0.97 | 0.14 | 110.14 | 0.94 | 0.45 |
| Hex | 2A | DC | 7 | 51 | 0 | 61 | E | 6E | 5E | 2D |
| Octal | 52 | 334 | 7 | 121 | 0 | 141 | 16 | 156 | 136 | 55 |
| Binary | 101010 | 11011100 | 111 | 1010001 | 0 | 1100001 | 1110 | 1101110 | 1011110 | 101101 |
Color Harmonies of #2ADC07
Complementary color
Monochromatic Colors of #2ADC07
Black with #2ADC07
Text Example
Text Example
White with #2ADC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC07; }
p { color: rgb(42,220,7); }
H1.HeaderClassName
{
color: #2ADC07;
}
.AnyTagClassName
{
color: #2ADC07;
}
</style>
background-color css
<style>
a { background-color: #2ADC07; }
a { background-color: rgb(42,220,7); }
div.DivClassName
{
background-color: #2ADC07;
}
.BgClassName
{
background-color: #2ADC07;
}
</style>
border-color css
<style>
span { border-color: #2ADC07; }
span { border-color: rgb(42,220,7); }
td.TdClassName
{
border-color: #2ADC07;
}
.TagClassName
{
border-color: #2ADC07;
}
</style>