Shades of Harlequin #2AFF05
Tints of Harlequin #2AFF05
RGB
CMYK
RGB Variations
Color information
#2AFF05 (or 0x2AFF05) is known color: Harlequin. HEX triplet: 2A, FF and 05. RGB value is (42,255,5). Sum of RGB (Red+Green+Blue) = 42+255+5=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 255 (100% from 255 or 84.44% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFF05 is #D500FA. Grayscale: #A3A3A3. Windows color (decimal): -13959419 or 393002. OLE color: 393002.
HSL color Cylindrical-coordinate representation of color #2AFF05: hue angle of 111.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AFF05 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0 |
| HSL | 111.12º | 1% | 0.51% | - |
| HSV(B) | 111.12º | 0.98% | 1% | - |
| XYZ | 36.74 | 72.02 | 12.11 | - |
| YUV | 162.81 | 38.93 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 5 | 0.84 | 0 | 0.98 | 0 | 111.12 | 1 | 0.51 |
| Hex | 2A | FF | 5 | 54 | 0 | 62 | 0 | 6F | 64 | 33 |
| Octal | 52 | 377 | 5 | 124 | 0 | 142 | 0 | 157 | 144 | 63 |
| Binary | 101010 | 11111111 | 101 | 1010100 | 0 | 1100010 | 0 | 1101111 | 1100100 | 110011 |
Color Harmonies of #2AFF05
Complementary color
Monochromatic Colors of #2AFF05
Black with #2AFF05
Text Example
Text Example
White with #2AFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF05; }
p { color: rgb(42,255,5); }
H1.HeaderClassName
{
color: #2AFF05;
}
.AnyTagClassName
{
color: #2AFF05;
}
</style>
background-color css
<style>
a { background-color: #2AFF05; }
a { background-color: rgb(42,255,5); }
div.DivClassName
{
background-color: #2AFF05;
}
.BgClassName
{
background-color: #2AFF05;
}
</style>
border-color css
<style>
span { border-color: #2AFF05; }
span { border-color: rgb(42,255,5); }
td.TdClassName
{
border-color: #2AFF05;
}
.TagClassName
{
border-color: #2AFF05;
}
</style>