Shades of Harlequin #2AF511
Tints of Harlequin #2AF511
RGB
CMYK
RGB Variations
Color information
#2AF511 (or 0x2AF511) is known color: Harlequin. HEX triplet: 2A, F5 and 11. RGB value is (42,245,17). Sum of RGB (Red+Green+Blue) = 42+245+17=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 245 (96.09% from 255 or 80.59% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF511 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF511 is #D50AEE. Grayscale: #9F9F9F. Windows color (decimal): -13961967 or 1176874. OLE color: 1176874.
HSL color Cylindrical-coordinate representation of color #2AF511: hue angle of 113.42º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AF511 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 245 | 17 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.04 |
| HSL | 113.42º | 0.92% | 0.51% | - |
| HSV(B) | 113.42º | 0.93% | 0.96% | - |
| XYZ | 33.71 | 65.84 | 11.46 | - |
| YUV | 158.31 | 48.25 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 245 | 17 | 0.83 | 0 | 0.93 | 0.04 | 113.42 | 0.92 | 0.51 |
| Hex | 2A | F5 | 11 | 53 | 0 | 5D | 4 | 71 | 5C | 33 |
| Octal | 52 | 365 | 21 | 123 | 0 | 135 | 4 | 161 | 134 | 63 |
| Binary | 101010 | 11110101 | 10001 | 1010011 | 0 | 1011101 | 100 | 1110001 | 1011100 | 110011 |
Color Harmonies of #2AF511
Complementary color
Monochromatic Colors of #2AF511
Black with #2AF511
Text Example
Text Example
White with #2AF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF511; }
p { color: rgb(42,245,17); }
H1.HeaderClassName
{
color: #2AF511;
}
.AnyTagClassName
{
color: #2AF511;
}
</style>
background-color css
<style>
a { background-color: #2AF511; }
a { background-color: rgb(42,245,17); }
div.DivClassName
{
background-color: #2AF511;
}
.BgClassName
{
background-color: #2AF511;
}
</style>
border-color css
<style>
span { border-color: #2AF511; }
span { border-color: rgb(42,245,17); }
td.TdClassName
{
border-color: #2AF511;
}
.TagClassName
{
border-color: #2AF511;
}
</style>