Shades of Harlequin #2BD706
Tints of Harlequin #2BD706
RGB
CMYK
RGB Variations
Color information
#2BD706 (or 0x2BD706) is known color: Harlequin. HEX triplet: 2B, D7 and 06. RGB value is (43,215,6). Sum of RGB (Red+Green+Blue) = 43+215+6=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 215 (84.38% from 255 or 81.44% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD706 is #D428F9. Grayscale: #8C8C8C. Windows color (decimal): -13904122 or 448299. OLE color: 448299.
HSL color Cylindrical-coordinate representation of color #2BD706: hue angle of 109.38º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BD706 is Cyan = 0.8, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 6 | - |
| CMYK | 0.8 | 0 | 0.97 | 0.16 |
| HSL | 109.38º | 0.95% | 0.43% | - |
| HSV(B) | 109.38º | 0.97% | 0.84% | - |
| XYZ | 25.33 | 49.13 | 8.32 | - |
| YUV | 139.75 | 52.52 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 6 | 0.8 | 0 | 0.97 | 0.16 | 109.38 | 0.95 | 0.43 |
| Hex | 2B | D7 | 6 | 50 | 0 | 61 | 10 | 6D | 5F | 2B |
| Octal | 53 | 327 | 6 | 120 | 0 | 141 | 20 | 155 | 137 | 53 |
| Binary | 101011 | 11010111 | 110 | 1010000 | 0 | 1100001 | 10000 | 1101101 | 1011111 | 101011 |
Color Harmonies of #2BD706
Complementary color
Monochromatic Colors of #2BD706
Black with #2BD706
Text Example
Text Example
White with #2BD706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD706; }
p { color: rgb(43,215,6); }
H1.HeaderClassName
{
color: #2BD706;
}
.AnyTagClassName
{
color: #2BD706;
}
</style>
background-color css
<style>
a { background-color: #2BD706; }
a { background-color: rgb(43,215,6); }
div.DivClassName
{
background-color: #2BD706;
}
.BgClassName
{
background-color: #2BD706;
}
</style>
border-color css
<style>
span { border-color: #2BD706; }
span { border-color: rgb(43,215,6); }
td.TdClassName
{
border-color: #2BD706;
}
.TagClassName
{
border-color: #2BD706;
}
</style>