Shades of Harlequin #2BDC05
Tints of Harlequin #2BDC05
RGB
CMYK
RGB Variations
Color information
#2BDC05 (or 0x2BDC05) is known color: Harlequin. HEX triplet: 2B, DC and 05. RGB value is (43,220,5). Sum of RGB (Red+Green+Blue) = 43+220+5=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 220 (86.33% from 255 or 82.09% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDC05 is #D423FA. Grayscale: #8F8F8F. Windows color (decimal): -13902843 or 384043. OLE color: 384043.
HSL color Cylindrical-coordinate representation of color #2BDC05: hue angle of 109.4º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BDC05 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.14 |
| HSL | 109.4º | 0.96% | 0.44% | - |
| HSV(B) | 109.4º | 0.98% | 0.86% | - |
| XYZ | 26.62 | 51.71 | 8.72 | - |
| YUV | 142.57 | 50.36 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 5 | 0.80 | 0 | 0.98 | 0.14 | 109.4 | 0.96 | 0.44 |
| Hex | 2B | DC | 5 | 50 | 0 | 62 | E | 6D | 60 | 2C |
| Octal | 53 | 334 | 5 | 120 | 0 | 142 | 16 | 155 | 140 | 54 |
| Binary | 101011 | 11011100 | 101 | 1010000 | 0 | 1100010 | 1110 | 1101101 | 1100000 | 101100 |
Color Harmonies of #2BDC05
Complementary color
Monochromatic Colors of #2BDC05
Black with #2BDC05
Text Example
Text Example
White with #2BDC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC05; }
p { color: rgb(43,220,5); }
H1.HeaderClassName
{
color: #2BDC05;
}
.AnyTagClassName
{
color: #2BDC05;
}
</style>
background-color css
<style>
a { background-color: #2BDC05; }
a { background-color: rgb(43,220,5); }
div.DivClassName
{
background-color: #2BDC05;
}
.BgClassName
{
background-color: #2BDC05;
}
</style>
border-color css
<style>
span { border-color: #2BDC05; }
span { border-color: rgb(43,220,5); }
td.TdClassName
{
border-color: #2BDC05;
}
.TagClassName
{
border-color: #2BDC05;
}
</style>