Shades of Harlequin #2AFF15
Tints of Harlequin #2AFF15
RGB
CMYK
RGB Variations
Color information
#2AFF15 (or 0x2AFF15) is known color: Harlequin. HEX triplet: 2A, FF and 15. RGB value is (42,255,21). Sum of RGB (Red+Green+Blue) = 42+255+21=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 255 (100% from 255 or 80.19% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFF15 is #D500EA. Grayscale: #A5A5A5. Windows color (decimal): -13959403 or 1441578. OLE color: 1441578.
HSL color Cylindrical-coordinate representation of color #2AFF15: hue angle of 114.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AFF15 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 21 | - |
| CMYK | 0.84 | 0 | 0.92 | 0 |
| HSL | 114.62º | 1% | 0.54% | - |
| HSV(B) | 114.62º | 0.92% | 1% | - |
| XYZ | 36.85 | 72.07 | 12.68 | - |
| YUV | 164.64 | 46.93 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 21 | 0.84 | 0 | 0.92 | 0 | 114.62 | 1 | 0.54 |
| Hex | 2A | FF | 15 | 54 | 0 | 5C | 0 | 73 | 64 | 36 |
| Octal | 52 | 377 | 25 | 124 | 0 | 134 | 0 | 163 | 144 | 66 |
| Binary | 101010 | 11111111 | 10101 | 1010100 | 0 | 1011100 | 0 | 1110011 | 1100100 | 110110 |
Color Harmonies of #2AFF15
Complementary color
Monochromatic Colors of #2AFF15
Black with #2AFF15
Text Example
Text Example
White with #2AFF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF15; }
p { color: rgb(42,255,21); }
H1.HeaderClassName
{
color: #2AFF15;
}
.AnyTagClassName
{
color: #2AFF15;
}
</style>
background-color css
<style>
a { background-color: #2AFF15; }
a { background-color: rgb(42,255,21); }
div.DivClassName
{
background-color: #2AFF15;
}
.BgClassName
{
background-color: #2AFF15;
}
</style>
border-color css
<style>
span { border-color: #2AFF15; }
span { border-color: rgb(42,255,21); }
td.TdClassName
{
border-color: #2AFF15;
}
.TagClassName
{
border-color: #2AFF15;
}
</style>