Shades of Harlequin #2AFB06
Tints of Harlequin #2AFB06
RGB
CMYK
RGB Variations
Color information
#2AFB06 (or 0x2AFB06) is known color: Harlequin. HEX triplet: 2A, FB and 06. RGB value is (42,251,6). Sum of RGB (Red+Green+Blue) = 42+251+6=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 251 (98.44% from 255 or 83.95% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFB06 is #D504F9. Grayscale: #A1A1A1. Windows color (decimal): -13960442 or 457514. OLE color: 457514.
HSL color Cylindrical-coordinate representation of color #2AFB06: hue angle of 111.18º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AFB06 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 6 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.02 |
| HSL | 111.18º | 0.97% | 0.5% | - |
| HSV(B) | 111.18º | 0.98% | 0.98% | - |
| XYZ | 35.48 | 69.5 | 11.72 | - |
| YUV | 160.58 | 40.76 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 6 | 0.83 | 0 | 0.98 | 0.02 | 111.18 | 0.97 | 0.5 |
| Hex | 2A | FB | 6 | 53 | 0 | 62 | 2 | 6F | 61 | 32 |
| Octal | 52 | 373 | 6 | 123 | 0 | 142 | 2 | 157 | 141 | 62 |
| Binary | 101010 | 11111011 | 110 | 1010011 | 0 | 1100010 | 10 | 1101111 | 1100001 | 110010 |
Color Harmonies of #2AFB06
Complementary color
Monochromatic Colors of #2AFB06
Black with #2AFB06
Text Example
Text Example
White with #2AFB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB06; }
p { color: rgb(42,251,6); }
H1.HeaderClassName
{
color: #2AFB06;
}
.AnyTagClassName
{
color: #2AFB06;
}
</style>
background-color css
<style>
a { background-color: #2AFB06; }
a { background-color: rgb(42,251,6); }
div.DivClassName
{
background-color: #2AFB06;
}
.BgClassName
{
background-color: #2AFB06;
}
</style>
border-color css
<style>
span { border-color: #2AFB06; }
span { border-color: rgb(42,251,6); }
td.TdClassName
{
border-color: #2AFB06;
}
.TagClassName
{
border-color: #2AFB06;
}
</style>