Shades of Harlequin #2AF605
Tints of Harlequin #2AF605
RGB
CMYK
RGB Variations
Color information
#2AF605 (or 0x2AF605) is known color: Harlequin. HEX triplet: 2A, F6 and 05. RGB value is (42,246,5). Sum of RGB (Red+Green+Blue) = 42+246+5=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 246 (96.48% from 255 or 83.96% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF605 is #D509FA. Grayscale: #9E9E9E. Windows color (decimal): -13961723 or 390698. OLE color: 390698.
HSL color Cylindrical-coordinate representation of color #2AF605: hue angle of 110.79º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AF605 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 5 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.04 |
| HSL | 110.79º | 0.96% | 0.49% | - |
| HSV(B) | 110.79º | 0.98% | 0.96% | - |
| XYZ | 33.94 | 66.41 | 11.17 | - |
| YUV | 157.53 | 41.91 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 5 | 0.83 | 0 | 0.98 | 0.04 | 110.79 | 0.96 | 0.49 |
| Hex | 2A | F6 | 5 | 53 | 0 | 62 | 4 | 6F | 60 | 31 |
| Octal | 52 | 366 | 5 | 123 | 0 | 142 | 4 | 157 | 140 | 61 |
| Binary | 101010 | 11110110 | 101 | 1010011 | 0 | 1100010 | 100 | 1101111 | 1100000 | 110001 |
Color Harmonies of #2AF605
Complementary color
Monochromatic Colors of #2AF605
Black with #2AF605
Text Example
Text Example
White with #2AF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF605; }
p { color: rgb(42,246,5); }
H1.HeaderClassName
{
color: #2AF605;
}
.AnyTagClassName
{
color: #2AF605;
}
</style>
background-color css
<style>
a { background-color: #2AF605; }
a { background-color: rgb(42,246,5); }
div.DivClassName
{
background-color: #2AF605;
}
.BgClassName
{
background-color: #2AF605;
}
</style>
border-color css
<style>
span { border-color: #2AF605; }
span { border-color: rgb(42,246,5); }
td.TdClassName
{
border-color: #2AF605;
}
.TagClassName
{
border-color: #2AF605;
}
</style>