Shades of Harlequin #2BFD06
Tints of Harlequin #2BFD06
RGB
CMYK
RGB Variations
Color information
#2BFD06 (or 0x2BFD06) is known color: Harlequin. HEX triplet: 2B, FD and 06. RGB value is (43,253,6). Sum of RGB (Red+Green+Blue) = 43+253+6=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 253 (99.22% from 255 or 83.77% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFD06 is #D402F9. Grayscale: #A2A2A2. Windows color (decimal): -13894394 or 458027. OLE color: 458027.
HSL color Cylindrical-coordinate representation of color #2BFD06: hue angle of 111.01º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BFD06 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 6 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.01 |
| HSL | 111.01º | 0.98% | 0.51% | - |
| HSV(B) | 111.01º | 0.98% | 0.99% | - |
| XYZ | 36.15 | 70.78 | 11.93 | - |
| YUV | 162.05 | 39.93 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 6 | 0.83 | 0 | 0.98 | 0.01 | 111.01 | 0.98 | 0.51 |
| Hex | 2B | FD | 6 | 53 | 0 | 62 | 1 | 6F | 62 | 33 |
| Octal | 53 | 375 | 6 | 123 | 0 | 142 | 1 | 157 | 142 | 63 |
| Binary | 101011 | 11111101 | 110 | 1010011 | 0 | 1100010 | 1 | 1101111 | 1100010 | 110011 |
Color Harmonies of #2BFD06
Complementary color
Monochromatic Colors of #2BFD06
Black with #2BFD06
Text Example
Text Example
White with #2BFD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD06; }
p { color: rgb(43,253,6); }
H1.HeaderClassName
{
color: #2BFD06;
}
.AnyTagClassName
{
color: #2BFD06;
}
</style>
background-color css
<style>
a { background-color: #2BFD06; }
a { background-color: rgb(43,253,6); }
div.DivClassName
{
background-color: #2BFD06;
}
.BgClassName
{
background-color: #2BFD06;
}
</style>
border-color css
<style>
span { border-color: #2BFD06; }
span { border-color: rgb(43,253,6); }
td.TdClassName
{
border-color: #2BFD06;
}
.TagClassName
{
border-color: #2BFD06;
}
</style>