Shades of Harlequin #3BFD29
Tints of Harlequin #3BFD29
RGB
CMYK
RGB Variations
Color information
#3BFD29 (or 0x3BFD29) is known color: Harlequin. HEX triplet: 3B, FD and 29. RGB value is (59,253,41). Sum of RGB (Red+Green+Blue) = 59+253+41=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 253 (99.22% from 255 or 71.67% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFD29 is #C402D6. Grayscale: #ABABAB. Windows color (decimal): -12845783 or 2751803. OLE color: 2751803.
HSL color Cylindrical-coordinate representation of color #3BFD29: hue angle of 114.91º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BFD29 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 41 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.01 |
| HSL | 114.91º | 0.98% | 0.58% | - |
| HSV(B) | 114.91º | 0.84% | 0.99% | - |
| XYZ | 37.33 | 71.34 | 13.9 | - |
| YUV | 170.83 | 54.73 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 41 | 0.77 | 0 | 0.84 | 0.01 | 114.91 | 0.98 | 0.58 |
| Hex | 3B | FD | 29 | 4D | 0 | 54 | 1 | 73 | 62 | 3A |
| Octal | 73 | 375 | 51 | 115 | 0 | 124 | 1 | 163 | 142 | 72 |
| Binary | 111011 | 11111101 | 101001 | 1001101 | 0 | 1010100 | 1 | 1110011 | 1100010 | 111010 |
Color Harmonies of #3BFD29
Complementary color
Monochromatic Colors of #3BFD29
Black with #3BFD29
Text Example
Text Example
White with #3BFD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD29; }
p { color: rgb(59,253,41); }
H1.HeaderClassName
{
color: #3BFD29;
}
.AnyTagClassName
{
color: #3BFD29;
}
</style>
background-color css
<style>
a { background-color: #3BFD29; }
a { background-color: rgb(59,253,41); }
div.DivClassName
{
background-color: #3BFD29;
}
.BgClassName
{
background-color: #3BFD29;
}
</style>
border-color css
<style>
span { border-color: #3BFD29; }
span { border-color: rgb(59,253,41); }
td.TdClassName
{
border-color: #3BFD29;
}
.TagClassName
{
border-color: #3BFD29;
}
</style>