Shades of Harlequin #2BD908
Tints of Harlequin #2BD908
RGB
CMYK
RGB Variations
Color information
#2BD908 (or 0x2BD908) is known color: Harlequin. HEX triplet: 2B, D9 and 08. RGB value is (43,217,8). Sum of RGB (Red+Green+Blue) = 43+217+8=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 217 (85.16% from 255 or 80.97% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD908 is #D426F7. Grayscale: #8D8D8D. Windows color (decimal): -13903608 or 579883. OLE color: 579883.
HSL color Cylindrical-coordinate representation of color #2BD908: hue angle of 109.95º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BD908 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 8 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.15 |
| HSL | 109.95º | 0.93% | 0.44% | - |
| HSV(B) | 109.95º | 0.96% | 0.85% | - |
| XYZ | 25.85 | 50.16 | 8.55 | - |
| YUV | 141.15 | 52.85 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 8 | 0.80 | 0 | 0.96 | 0.15 | 109.95 | 0.93 | 0.44 |
| Hex | 2B | D9 | 8 | 50 | 0 | 60 | F | 6E | 5D | 2C |
| Octal | 53 | 331 | 10 | 120 | 0 | 140 | 17 | 156 | 135 | 54 |
| Binary | 101011 | 11011001 | 1000 | 1010000 | 0 | 1100000 | 1111 | 1101110 | 1011101 | 101100 |
Color Harmonies of #2BD908
Complementary color
Monochromatic Colors of #2BD908
Black with #2BD908
Text Example
Text Example
White with #2BD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD908; }
p { color: rgb(43,217,8); }
H1.HeaderClassName
{
color: #2BD908;
}
.AnyTagClassName
{
color: #2BD908;
}
</style>
background-color css
<style>
a { background-color: #2BD908; }
a { background-color: rgb(43,217,8); }
div.DivClassName
{
background-color: #2BD908;
}
.BgClassName
{
background-color: #2BD908;
}
</style>
border-color css
<style>
span { border-color: #2BD908; }
span { border-color: rgb(43,217,8); }
td.TdClassName
{
border-color: #2BD908;
}
.TagClassName
{
border-color: #2BD908;
}
</style>