Shades of Harlequin #2AFF13
Tints of Harlequin #2AFF13
RGB
CMYK
RGB Variations
Color information
#2AFF13 (or 0x2AFF13) is known color: Harlequin. HEX triplet: 2A, FF and 13. RGB value is (42,255,19). Sum of RGB (Red+Green+Blue) = 42+255+19=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 255 (100% from 255 or 80.70% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFF13 is #D500EC. Grayscale: #A5A5A5. Windows color (decimal): -13959405 or 1310506. OLE color: 1310506.
HSL color Cylindrical-coordinate representation of color #2AFF13: hue angle of 114.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AFF13 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 19 | - |
| CMYK | 0.84 | 0 | 0.93 | 0 |
| HSL | 114.15º | 1% | 0.54% | - |
| HSV(B) | 114.15º | 0.93% | 1% | - |
| XYZ | 36.83 | 72.06 | 12.58 | - |
| YUV | 164.41 | 45.93 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 19 | 0.84 | 0 | 0.93 | 0 | 114.15 | 1 | 0.54 |
| Hex | 2A | FF | 13 | 54 | 0 | 5D | 0 | 72 | 64 | 36 |
| Octal | 52 | 377 | 23 | 124 | 0 | 135 | 0 | 162 | 144 | 66 |
| Binary | 101010 | 11111111 | 10011 | 1010100 | 0 | 1011101 | 0 | 1110010 | 1100100 | 110110 |
Color Harmonies of #2AFF13
Complementary color
Monochromatic Colors of #2AFF13
Black with #2AFF13
Text Example
Text Example
White with #2AFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF13; }
p { color: rgb(42,255,19); }
H1.HeaderClassName
{
color: #2AFF13;
}
.AnyTagClassName
{
color: #2AFF13;
}
</style>
background-color css
<style>
a { background-color: #2AFF13; }
a { background-color: rgb(42,255,19); }
div.DivClassName
{
background-color: #2AFF13;
}
.BgClassName
{
background-color: #2AFF13;
}
</style>
border-color css
<style>
span { border-color: #2AFF13; }
span { border-color: rgb(42,255,19); }
td.TdClassName
{
border-color: #2AFF13;
}
.TagClassName
{
border-color: #2AFF13;
}
</style>