Shades of Harlequin #2AF508
Tints of Harlequin #2AF508
RGB
CMYK
RGB Variations
Color information
#2AF508 (or 0x2AF508) is known color: Harlequin. HEX triplet: 2A, F5 and 08. RGB value is (42,245,8). Sum of RGB (Red+Green+Blue) = 42+245+8=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 245 (96.09% from 255 or 83.05% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF508 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF508 is #D50AF7. Grayscale: #9E9E9E. Windows color (decimal): -13961976 or 587050. OLE color: 587050.
HSL color Cylindrical-coordinate representation of color #2AF508: hue angle of 111.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AF508 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 245 | 8 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.04 |
| HSL | 111.39º | 0.94% | 0.5% | - |
| HSV(B) | 111.39º | 0.97% | 0.96% | - |
| XYZ | 33.65 | 65.81 | 11.16 | - |
| YUV | 157.29 | 43.75 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 245 | 8 | 0.83 | 0 | 0.97 | 0.04 | 111.39 | 0.94 | 0.5 |
| Hex | 2A | F5 | 8 | 53 | 0 | 61 | 4 | 6F | 5E | 32 |
| Octal | 52 | 365 | 10 | 123 | 0 | 141 | 4 | 157 | 136 | 62 |
| Binary | 101010 | 11110101 | 1000 | 1010011 | 0 | 1100001 | 100 | 1101111 | 1011110 | 110010 |
Color Harmonies of #2AF508
Complementary color
Monochromatic Colors of #2AF508
Black with #2AF508
Text Example
Text Example
White with #2AF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF508; }
p { color: rgb(42,245,8); }
H1.HeaderClassName
{
color: #2AF508;
}
.AnyTagClassName
{
color: #2AF508;
}
</style>
background-color css
<style>
a { background-color: #2AF508; }
a { background-color: rgb(42,245,8); }
div.DivClassName
{
background-color: #2AF508;
}
.BgClassName
{
background-color: #2AF508;
}
</style>
border-color css
<style>
span { border-color: #2AF508; }
span { border-color: rgb(42,245,8); }
td.TdClassName
{
border-color: #2AF508;
}
.TagClassName
{
border-color: #2AF508;
}
</style>