Shades of Harlequin #2AF808
Tints of Harlequin #2AF808
RGB
CMYK
RGB Variations
Color information
#2AF808 (or 0x2AF808) is known color: Harlequin. HEX triplet: 2A, F8 and 08. RGB value is (42,248,8). Sum of RGB (Red+Green+Blue) = 42+248+8=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 248 (97.27% from 255 or 83.22% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF808 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF808 is #D507F7. Grayscale: #9F9F9F. Windows color (decimal): -13961208 or 587818. OLE color: 587818.
HSL color Cylindrical-coordinate representation of color #2AF808: hue angle of 111.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AF808 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 8 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.03 |
| HSL | 111.5º | 0.94% | 0.5% | - |
| HSV(B) | 111.5º | 0.97% | 0.97% | - |
| XYZ | 34.57 | 67.64 | 11.46 | - |
| YUV | 159.05 | 42.75 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 8 | 0.83 | 0 | 0.97 | 0.03 | 111.5 | 0.94 | 0.5 |
| Hex | 2A | F8 | 8 | 53 | 0 | 61 | 3 | 70 | 5E | 32 |
| Octal | 52 | 370 | 10 | 123 | 0 | 141 | 3 | 160 | 136 | 62 |
| Binary | 101010 | 11111000 | 1000 | 1010011 | 0 | 1100001 | 11 | 1110000 | 1011110 | 110010 |
Color Harmonies of #2AF808
Complementary color
Monochromatic Colors of #2AF808
Black with #2AF808
Text Example
Text Example
White with #2AF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF808; }
p { color: rgb(42,248,8); }
H1.HeaderClassName
{
color: #2AF808;
}
.AnyTagClassName
{
color: #2AF808;
}
</style>
background-color css
<style>
a { background-color: #2AF808; }
a { background-color: rgb(42,248,8); }
div.DivClassName
{
background-color: #2AF808;
}
.BgClassName
{
background-color: #2AF808;
}
</style>
border-color css
<style>
span { border-color: #2AF808; }
span { border-color: rgb(42,248,8); }
td.TdClassName
{
border-color: #2AF808;
}
.TagClassName
{
border-color: #2AF808;
}
</style>