Shades of Harlequin #2AF707
Tints of Harlequin #2AF707
RGB
CMYK
RGB Variations
Color information
#2AF707 (or 0x2AF707) is known color: Harlequin. HEX triplet: 2A, F7 and 07. RGB value is (42,247,7). Sum of RGB (Red+Green+Blue) = 42+247+7=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 247 (96.88% from 255 or 83.45% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF707 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF707 is #D508F8. Grayscale: #9F9F9F. Windows color (decimal): -13961465 or 522026. OLE color: 522026.
HSL color Cylindrical-coordinate representation of color #2AF707: hue angle of 111.25º 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 #2AF707 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.03 |
| HSL | 111.25º | 0.94% | 0.5% | - |
| HSV(B) | 111.25º | 0.97% | 0.97% | - |
| XYZ | 34.25 | 67.03 | 11.33 | - |
| YUV | 158.35 | 42.58 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 7 | 0.83 | 0 | 0.97 | 0.03 | 111.25 | 0.94 | 0.5 |
| Hex | 2A | F7 | 7 | 53 | 0 | 61 | 3 | 6F | 5E | 32 |
| Octal | 52 | 367 | 7 | 123 | 0 | 141 | 3 | 157 | 136 | 62 |
| Binary | 101010 | 11110111 | 111 | 1010011 | 0 | 1100001 | 11 | 1101111 | 1011110 | 110010 |
Color Harmonies of #2AF707
Complementary color
Monochromatic Colors of #2AF707
Black with #2AF707
Text Example
Text Example
White with #2AF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF707; }
p { color: rgb(42,247,7); }
H1.HeaderClassName
{
color: #2AF707;
}
.AnyTagClassName
{
color: #2AF707;
}
</style>
background-color css
<style>
a { background-color: #2AF707; }
a { background-color: rgb(42,247,7); }
div.DivClassName
{
background-color: #2AF707;
}
.BgClassName
{
background-color: #2AF707;
}
</style>
border-color css
<style>
span { border-color: #2AF707; }
span { border-color: rgb(42,247,7); }
td.TdClassName
{
border-color: #2AF707;
}
.TagClassName
{
border-color: #2AF707;
}
</style>