Shades of Harlequin #2BD905
Tints of Harlequin #2BD905
RGB
CMYK
RGB Variations
Color information
#2BD905 (or 0x2BD905) is known color: Harlequin. HEX triplet: 2B, D9 and 05. RGB value is (43,217,5). Sum of RGB (Red+Green+Blue) = 43+217+5=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 217 (85.16% from 255 or 81.89% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD905 is #D426FA. Grayscale: #8D8D8D. Windows color (decimal): -13903611 or 383275. OLE color: 383275.
HSL color Cylindrical-coordinate representation of color #2BD905: hue angle of 109.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BD905 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.15 |
| HSL | 109.25º | 0.95% | 0.44% | - |
| HSV(B) | 109.25º | 0.98% | 0.85% | - |
| XYZ | 25.84 | 50.15 | 8.46 | - |
| YUV | 140.81 | 51.35 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 5 | 0.80 | 0 | 0.98 | 0.15 | 109.25 | 0.95 | 0.44 |
| Hex | 2B | D9 | 5 | 50 | 0 | 62 | F | 6D | 5F | 2C |
| Octal | 53 | 331 | 5 | 120 | 0 | 142 | 17 | 155 | 137 | 54 |
| Binary | 101011 | 11011001 | 101 | 1010000 | 0 | 1100010 | 1111 | 1101101 | 1011111 | 101100 |
Color Harmonies of #2BD905
Complementary color
Monochromatic Colors of #2BD905
Black with #2BD905
Text Example
Text Example
White with #2BD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD905; }
p { color: rgb(43,217,5); }
H1.HeaderClassName
{
color: #2BD905;
}
.AnyTagClassName
{
color: #2BD905;
}
</style>
background-color css
<style>
a { background-color: #2BD905; }
a { background-color: rgb(43,217,5); }
div.DivClassName
{
background-color: #2BD905;
}
.BgClassName
{
background-color: #2BD905;
}
</style>
border-color css
<style>
span { border-color: #2BD905; }
span { border-color: rgb(43,217,5); }
td.TdClassName
{
border-color: #2BD905;
}
.TagClassName
{
border-color: #2BD905;
}
</style>