Shades of Harlequin #2ADE05
Tints of Harlequin #2ADE05
RGB
CMYK
RGB Variations
Color information
#2ADE05 (or 0x2ADE05) is known color: Harlequin. HEX triplet: 2A, DE and 05. RGB value is (42,222,5). Sum of RGB (Red+Green+Blue) = 42+222+5=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 222 (87.11% from 255 or 82.53% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADE05 is #D521FA. Grayscale: #909090. Windows color (decimal): -13967867 or 384554. OLE color: 384554.
HSL color Cylindrical-coordinate representation of color #2ADE05: hue angle of 109.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2ADE05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.13 |
| HSL | 109.77º | 0.96% | 0.45% | - |
| HSV(B) | 109.77º | 0.98% | 0.87% | - |
| XYZ | 27.1 | 52.75 | 8.9 | - |
| YUV | 143.44 | 49.87 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 5 | 0.81 | 0 | 0.98 | 0.13 | 109.77 | 0.96 | 0.45 |
| Hex | 2A | DE | 5 | 51 | 0 | 62 | D | 6E | 60 | 2D |
| Octal | 52 | 336 | 5 | 121 | 0 | 142 | 15 | 156 | 140 | 55 |
| Binary | 101010 | 11011110 | 101 | 1010001 | 0 | 1100010 | 1101 | 1101110 | 1100000 | 101101 |
Color Harmonies of #2ADE05
Complementary color
Monochromatic Colors of #2ADE05
Black with #2ADE05
Text Example
Text Example
White with #2ADE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE05; }
p { color: rgb(42,222,5); }
H1.HeaderClassName
{
color: #2ADE05;
}
.AnyTagClassName
{
color: #2ADE05;
}
</style>
background-color css
<style>
a { background-color: #2ADE05; }
a { background-color: rgb(42,222,5); }
div.DivClassName
{
background-color: #2ADE05;
}
.BgClassName
{
background-color: #2ADE05;
}
</style>
border-color css
<style>
span { border-color: #2ADE05; }
span { border-color: rgb(42,222,5); }
td.TdClassName
{
border-color: #2ADE05;
}
.TagClassName
{
border-color: #2ADE05;
}
</style>