Shades of Harlequin #2AF705
Tints of Harlequin #2AF705
RGB
CMYK
RGB Variations
Color information
#2AF705 (or 0x2AF705) is known color: Harlequin. HEX triplet: 2A, F7 and 05. RGB value is (42,247,5). Sum of RGB (Red+Green+Blue) = 42+247+5=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 247 (96.88% from 255 or 84.01% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF705 is #D508FA. Grayscale: #9E9E9E. Windows color (decimal): -13961467 or 390954. OLE color: 390954.
HSL color Cylindrical-coordinate representation of color #2AF705: hue angle of 110.83º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AF705 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 5 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.03 |
| HSL | 110.83º | 0.96% | 0.49% | - |
| HSV(B) | 110.83º | 0.98% | 0.97% | - |
| XYZ | 34.24 | 67.02 | 11.28 | - |
| YUV | 158.12 | 41.58 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 5 | 0.83 | 0 | 0.98 | 0.03 | 110.83 | 0.96 | 0.49 |
| Hex | 2A | F7 | 5 | 53 | 0 | 62 | 3 | 6F | 60 | 31 |
| Octal | 52 | 367 | 5 | 123 | 0 | 142 | 3 | 157 | 140 | 61 |
| Binary | 101010 | 11110111 | 101 | 1010011 | 0 | 1100010 | 11 | 1101111 | 1100000 | 110001 |
Color Harmonies of #2AF705
Complementary color
Monochromatic Colors of #2AF705
Black with #2AF705
Text Example
Text Example
White with #2AF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF705; }
p { color: rgb(42,247,5); }
H1.HeaderClassName
{
color: #2AF705;
}
.AnyTagClassName
{
color: #2AF705;
}
</style>
background-color css
<style>
a { background-color: #2AF705; }
a { background-color: rgb(42,247,5); }
div.DivClassName
{
background-color: #2AF705;
}
.BgClassName
{
background-color: #2AF705;
}
</style>
border-color css
<style>
span { border-color: #2AF705; }
span { border-color: rgb(42,247,5); }
td.TdClassName
{
border-color: #2AF705;
}
.TagClassName
{
border-color: #2AF705;
}
</style>