Shades of Harlequin #2BD607
Tints of Harlequin #2BD607
RGB
CMYK
RGB Variations
Color information
#2BD607 (or 0x2BD607) is known color: Harlequin. HEX triplet: 2B, D6 and 07. RGB value is (43,214,7). Sum of RGB (Red+Green+Blue) = 43+214+7=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 214 (83.98% from 255 or 81.06% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD607 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD607 is #D429F8. Grayscale: #8B8B8B. Windows color (decimal): -13904377 or 513579. OLE color: 513579.
HSL color Cylindrical-coordinate representation of color #2BD607: hue angle of 109.57º degrees, saturation: 0.94, 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 #2BD607 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.16 |
| HSL | 109.57º | 0.94% | 0.43% | - |
| HSV(B) | 109.57º | 0.97% | 0.84% | - |
| XYZ | 25.08 | 48.62 | 8.26 | - |
| YUV | 139.27 | 53.35 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 7 | 0.80 | 0 | 0.97 | 0.16 | 109.57 | 0.94 | 0.43 |
| Hex | 2B | D6 | 7 | 50 | 0 | 61 | 10 | 6E | 5E | 2B |
| Octal | 53 | 326 | 7 | 120 | 0 | 141 | 20 | 156 | 136 | 53 |
| Binary | 101011 | 11010110 | 111 | 1010000 | 0 | 1100001 | 10000 | 1101110 | 1011110 | 101011 |
Color Harmonies of #2BD607
Complementary color
Monochromatic Colors of #2BD607
Black with #2BD607
Text Example
Text Example
White with #2BD607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD607; }
p { color: rgb(43,214,7); }
H1.HeaderClassName
{
color: #2BD607;
}
.AnyTagClassName
{
color: #2BD607;
}
</style>
background-color css
<style>
a { background-color: #2BD607; }
a { background-color: rgb(43,214,7); }
div.DivClassName
{
background-color: #2BD607;
}
.BgClassName
{
background-color: #2BD607;
}
</style>
border-color css
<style>
span { border-color: #2BD607; }
span { border-color: rgb(43,214,7); }
td.TdClassName
{
border-color: #2BD607;
}
.TagClassName
{
border-color: #2BD607;
}
</style>