Shades of Harlequin #3BFD0D
Tints of Harlequin #3BFD0D
RGB
CMYK
RGB Variations
Color information
#3BFD0D (or 0x3BFD0D) is known color: Harlequin. HEX triplet: 3B, FD and 0D. RGB value is (59,253,13). Sum of RGB (Red+Green+Blue) = 59+253+13=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 253 (99.22% from 255 or 77.85% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFD0D is #C402F2. Grayscale: #A8A8A8. Windows color (decimal): -12845811 or 916795. OLE color: 916795.
HSL color Cylindrical-coordinate representation of color #3BFD0D: hue angle of 108.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3BFD0D is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 13 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.01 |
| HSL | 108.5º | 0.98% | 0.52% | - |
| HSV(B) | 108.5º | 0.95% | 0.99% | - |
| XYZ | 37 | 71.21 | 12.18 | - |
| YUV | 167.63 | 40.73 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 13 | 0.77 | 0 | 0.95 | 0.01 | 108.5 | 0.98 | 0.52 |
| Hex | 3B | FD | D | 4D | 0 | 5F | 1 | 6C | 62 | 34 |
| Octal | 73 | 375 | 15 | 115 | 0 | 137 | 1 | 154 | 142 | 64 |
| Binary | 111011 | 11111101 | 1101 | 1001101 | 0 | 1011111 | 1 | 1101100 | 1100010 | 110100 |
Color Harmonies of #3BFD0D
Complementary color
Monochromatic Colors of #3BFD0D
Black with #3BFD0D
Text Example
Text Example
White with #3BFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD0D; }
p { color: rgb(59,253,13); }
H1.HeaderClassName
{
color: #3BFD0D;
}
.AnyTagClassName
{
color: #3BFD0D;
}
</style>
background-color css
<style>
a { background-color: #3BFD0D; }
a { background-color: rgb(59,253,13); }
div.DivClassName
{
background-color: #3BFD0D;
}
.BgClassName
{
background-color: #3BFD0D;
}
</style>
border-color css
<style>
span { border-color: #3BFD0D; }
span { border-color: rgb(59,253,13); }
td.TdClassName
{
border-color: #3BFD0D;
}
.TagClassName
{
border-color: #3BFD0D;
}
</style>