Shades of Harlequin #3BFD1D
Tints of Harlequin #3BFD1D
RGB
CMYK
RGB Variations
Color information
#3BFD1D (or 0x3BFD1D) is known color: Harlequin. HEX triplet: 3B, FD and 1D. RGB value is (59,253,29). Sum of RGB (Red+Green+Blue) = 59+253+29=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 253 (99.22% from 255 or 74.19% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFD1D is #C402E2. Grayscale: #AAAAAA. Windows color (decimal): -12845795 or 1965371. OLE color: 1965371.
HSL color Cylindrical-coordinate representation of color #3BFD1D: hue angle of 111.96º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BFD1D is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 29 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.01 |
| HSL | 111.96º | 0.98% | 0.55% | - |
| HSV(B) | 111.96º | 0.89% | 0.99% | - |
| XYZ | 37.15 | 71.27 | 12.96 | - |
| YUV | 169.46 | 48.73 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 29 | 0.77 | 0 | 0.89 | 0.01 | 111.96 | 0.98 | 0.55 |
| Hex | 3B | FD | 1D | 4D | 0 | 59 | 1 | 70 | 62 | 37 |
| Octal | 73 | 375 | 35 | 115 | 0 | 131 | 1 | 160 | 142 | 67 |
| Binary | 111011 | 11111101 | 11101 | 1001101 | 0 | 1011001 | 1 | 1110000 | 1100010 | 110111 |
Color Harmonies of #3BFD1D
Complementary color
Monochromatic Colors of #3BFD1D
Black with #3BFD1D
Text Example
Text Example
White with #3BFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD1D; }
p { color: rgb(59,253,29); }
H1.HeaderClassName
{
color: #3BFD1D;
}
.AnyTagClassName
{
color: #3BFD1D;
}
</style>
background-color css
<style>
a { background-color: #3BFD1D; }
a { background-color: rgb(59,253,29); }
div.DivClassName
{
background-color: #3BFD1D;
}
.BgClassName
{
background-color: #3BFD1D;
}
</style>
border-color css
<style>
span { border-color: #3BFD1D; }
span { border-color: rgb(59,253,29); }
td.TdClassName
{
border-color: #3BFD1D;
}
.TagClassName
{
border-color: #3BFD1D;
}
</style>