Shades of Harlequin #2AF407
Tints of Harlequin #2AF407
RGB
CMYK
RGB Variations
Color information
#2AF407 (or 0x2AF407) is known color: Harlequin. HEX triplet: 2A, F4 and 07. RGB value is (42,244,7). Sum of RGB (Red+Green+Blue) = 42+244+7=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 244 (95.70% from 255 or 83.28% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF407 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF407 is #D50BF8. Grayscale: #9D9D9D. Windows color (decimal): -13962233 or 521258. OLE color: 521258.
HSL color Cylindrical-coordinate representation of color #2AF407: hue angle of 111.14º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AF407 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.04 |
| HSL | 111.14º | 0.94% | 0.49% | - |
| HSV(B) | 111.14º | 0.97% | 0.96% | - |
| XYZ | 33.34 | 65.21 | 11.03 | - |
| YUV | 156.58 | 43.58 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 7 | 0.83 | 0 | 0.97 | 0.04 | 111.14 | 0.94 | 0.49 |
| Hex | 2A | F4 | 7 | 53 | 0 | 61 | 4 | 6F | 5E | 31 |
| Octal | 52 | 364 | 7 | 123 | 0 | 141 | 4 | 157 | 136 | 61 |
| Binary | 101010 | 11110100 | 111 | 1010011 | 0 | 1100001 | 100 | 1101111 | 1011110 | 110001 |
Color Harmonies of #2AF407
Complementary color
Monochromatic Colors of #2AF407
Black with #2AF407
Text Example
Text Example
White with #2AF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF407; }
p { color: rgb(42,244,7); }
H1.HeaderClassName
{
color: #2AF407;
}
.AnyTagClassName
{
color: #2AF407;
}
</style>
background-color css
<style>
a { background-color: #2AF407; }
a { background-color: rgb(42,244,7); }
div.DivClassName
{
background-color: #2AF407;
}
.BgClassName
{
background-color: #2AF407;
}
</style>
border-color css
<style>
span { border-color: #2AF407; }
span { border-color: rgb(42,244,7); }
td.TdClassName
{
border-color: #2AF407;
}
.TagClassName
{
border-color: #2AF407;
}
</style>