Shades of Harlequin #2BF905
Tints of Harlequin #2BF905
RGB
CMYK
RGB Variations
Color information
#2BF905 (or 0x2BF905) is known color: Harlequin. HEX triplet: 2B, F9 and 05. RGB value is (43,249,5). Sum of RGB (Red+Green+Blue) = 43+249+5=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 249 (97.66% from 255 or 83.84% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF905 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF905 is #D406FA. Grayscale: #A0A0A0. Windows color (decimal): -13895419 or 391467. OLE color: 391467.
HSL color Cylindrical-coordinate representation of color #2BF905: hue angle of 110.66º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BF905 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 5 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.02 |
| HSL | 110.66º | 0.96% | 0.5% | - |
| HSV(B) | 110.66º | 0.98% | 0.98% | - |
| XYZ | 34.9 | 68.28 | 11.48 | - |
| YUV | 159.59 | 40.75 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 5 | 0.83 | 0 | 0.98 | 0.02 | 110.66 | 0.96 | 0.5 |
| Hex | 2B | F9 | 5 | 53 | 0 | 62 | 2 | 6F | 60 | 32 |
| Octal | 53 | 371 | 5 | 123 | 0 | 142 | 2 | 157 | 140 | 62 |
| Binary | 101011 | 11111001 | 101 | 1010011 | 0 | 1100010 | 10 | 1101111 | 1100000 | 110010 |
Color Harmonies of #2BF905
Complementary color
Monochromatic Colors of #2BF905
Black with #2BF905
Text Example
Text Example
White with #2BF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF905; }
p { color: rgb(43,249,5); }
H1.HeaderClassName
{
color: #2BF905;
}
.AnyTagClassName
{
color: #2BF905;
}
</style>
background-color css
<style>
a { background-color: #2BF905; }
a { background-color: rgb(43,249,5); }
div.DivClassName
{
background-color: #2BF905;
}
.BgClassName
{
background-color: #2BF905;
}
</style>
border-color css
<style>
span { border-color: #2BF905; }
span { border-color: rgb(43,249,5); }
td.TdClassName
{
border-color: #2BF905;
}
.TagClassName
{
border-color: #2BF905;
}
</style>