Shades of Harlequin #2AFF0B
Tints of Harlequin #2AFF0B
RGB
CMYK
RGB Variations
Color information
#2AFF0B (or 0x2AFF0B) is known color: Harlequin. HEX triplet: 2A, FF and 0B. RGB value is (42,255,11). Sum of RGB (Red+Green+Blue) = 42+255+11=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 255 (100% from 255 or 82.79% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFF0B is #D500F4. Grayscale: #A4A4A4. Windows color (decimal): -13959413 or 786218. OLE color: 786218.
HSL color Cylindrical-coordinate representation of color #2AFF0B: hue angle of 112.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AFF0B is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 11 | - |
| CMYK | 0.84 | 0 | 0.96 | 0 |
| HSL | 112.38º | 1% | 0.52% | - |
| HSV(B) | 112.38º | 0.96% | 1% | - |
| XYZ | 36.78 | 72.04 | 12.28 | - |
| YUV | 163.5 | 41.93 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 11 | 0.84 | 0 | 0.96 | 0 | 112.38 | 1 | 0.52 |
| Hex | 2A | FF | B | 54 | 0 | 60 | 0 | 70 | 64 | 34 |
| Octal | 52 | 377 | 13 | 124 | 0 | 140 | 0 | 160 | 144 | 64 |
| Binary | 101010 | 11111111 | 1011 | 1010100 | 0 | 1100000 | 0 | 1110000 | 1100100 | 110100 |
Color Harmonies of #2AFF0B
Complementary color
Monochromatic Colors of #2AFF0B
Black with #2AFF0B
Text Example
Text Example
White with #2AFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF0B; }
p { color: rgb(42,255,11); }
H1.HeaderClassName
{
color: #2AFF0B;
}
.AnyTagClassName
{
color: #2AFF0B;
}
</style>
background-color css
<style>
a { background-color: #2AFF0B; }
a { background-color: rgb(42,255,11); }
div.DivClassName
{
background-color: #2AFF0B;
}
.BgClassName
{
background-color: #2AFF0B;
}
</style>
border-color css
<style>
span { border-color: #2AFF0B; }
span { border-color: rgb(42,255,11); }
td.TdClassName
{
border-color: #2AFF0B;
}
.TagClassName
{
border-color: #2AFF0B;
}
</style>