Shades of Harlequin #2AFF11
Tints of Harlequin #2AFF11
RGB
CMYK
RGB Variations
Color information
#2AFF11 (or 0x2AFF11) is known color: Harlequin. HEX triplet: 2A, FF and 11. RGB value is (42,255,17). Sum of RGB (Red+Green+Blue) = 42+255+17=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 255 (100% from 255 or 81.21% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFF11 is #D500EE. Grayscale: #A4A4A4. Windows color (decimal): -13959407 or 1179434. OLE color: 1179434.
HSL color Cylindrical-coordinate representation of color #2AFF11: hue angle of 113.7º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AFF11 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 17 | - |
| CMYK | 0.84 | 0 | 0.93 | 0 |
| HSL | 113.7º | 1% | 0.53% | - |
| HSV(B) | 113.7º | 0.93% | 1% | - |
| XYZ | 36.82 | 72.05 | 12.5 | - |
| YUV | 164.18 | 44.93 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 17 | 0.84 | 0 | 0.93 | 0 | 113.7 | 1 | 0.53 |
| Hex | 2A | FF | 11 | 54 | 0 | 5D | 0 | 72 | 64 | 35 |
| Octal | 52 | 377 | 21 | 124 | 0 | 135 | 0 | 162 | 144 | 65 |
| Binary | 101010 | 11111111 | 10001 | 1010100 | 0 | 1011101 | 0 | 1110010 | 1100100 | 110101 |
Color Harmonies of #2AFF11
Complementary color
Monochromatic Colors of #2AFF11
Black with #2AFF11
Text Example
Text Example
White with #2AFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF11; }
p { color: rgb(42,255,17); }
H1.HeaderClassName
{
color: #2AFF11;
}
.AnyTagClassName
{
color: #2AFF11;
}
</style>
background-color css
<style>
a { background-color: #2AFF11; }
a { background-color: rgb(42,255,17); }
div.DivClassName
{
background-color: #2AFF11;
}
.BgClassName
{
background-color: #2AFF11;
}
</style>
border-color css
<style>
span { border-color: #2AFF11; }
span { border-color: rgb(42,255,17); }
td.TdClassName
{
border-color: #2AFF11;
}
.TagClassName
{
border-color: #2AFF11;
}
</style>