Shades of Harlequin #2AFB11
Tints of Harlequin #2AFB11
RGB
CMYK
RGB Variations
Color information
#2AFB11 (or 0x2AFB11) is known color: Harlequin. HEX triplet: 2A, FB and 11. RGB value is (42,251,17). Sum of RGB (Red+Green+Blue) = 42+251+17=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 251 (98.44% from 255 or 80.97% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFB11 is #D504EE. Grayscale: #A2A2A2. Windows color (decimal): -13960431 or 1178410. OLE color: 1178410.
HSL color Cylindrical-coordinate representation of color #2AFB11: hue angle of 113.59º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AFB11 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 17 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.02 |
| HSL | 113.59º | 0.97% | 0.53% | - |
| HSV(B) | 113.59º | 0.93% | 0.98% | - |
| XYZ | 35.55 | 69.53 | 12.08 | - |
| YUV | 161.83 | 46.26 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 17 | 0.83 | 0 | 0.93 | 0.02 | 113.59 | 0.97 | 0.53 |
| Hex | 2A | FB | 11 | 53 | 0 | 5D | 2 | 72 | 61 | 35 |
| Octal | 52 | 373 | 21 | 123 | 0 | 135 | 2 | 162 | 141 | 65 |
| Binary | 101010 | 11111011 | 10001 | 1010011 | 0 | 1011101 | 10 | 1110010 | 1100001 | 110101 |
Color Harmonies of #2AFB11
Complementary color
Monochromatic Colors of #2AFB11
Black with #2AFB11
Text Example
Text Example
White with #2AFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB11; }
p { color: rgb(42,251,17); }
H1.HeaderClassName
{
color: #2AFB11;
}
.AnyTagClassName
{
color: #2AFB11;
}
</style>
background-color css
<style>
a { background-color: #2AFB11; }
a { background-color: rgb(42,251,17); }
div.DivClassName
{
background-color: #2AFB11;
}
.BgClassName
{
background-color: #2AFB11;
}
</style>
border-color css
<style>
span { border-color: #2AFB11; }
span { border-color: rgb(42,251,17); }
td.TdClassName
{
border-color: #2AFB11;
}
.TagClassName
{
border-color: #2AFB11;
}
</style>