Shades of Harlequin #3BFD0C
Tints of Harlequin #3BFD0C
RGB
CMYK
RGB Variations
Color information
#3BFD0C (or 0x3BFD0C) is known color: Harlequin. HEX triplet: 3B, FD and 0C. RGB value is (59,253,12). Sum of RGB (Red+Green+Blue) = 59+253+12=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 253 (99.22% from 255 or 78.09% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFD0C is #C402F3. Grayscale: #A8A8A8. Windows color (decimal): -12845812 or 851259. OLE color: 851259.
HSL color Cylindrical-coordinate representation of color #3BFD0C: hue angle of 108.3º 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 #3BFD0C is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 12 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.01 |
| HSL | 108.3º | 0.98% | 0.52% | - |
| HSV(B) | 108.3º | 0.95% | 0.99% | - |
| XYZ | 37 | 71.21 | 12.14 | - |
| YUV | 167.52 | 40.23 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 12 | 0.77 | 0 | 0.95 | 0.01 | 108.3 | 0.98 | 0.52 |
| Hex | 3B | FD | C | 4D | 0 | 5F | 1 | 6C | 62 | 34 |
| Octal | 73 | 375 | 14 | 115 | 0 | 137 | 1 | 154 | 142 | 64 |
| Binary | 111011 | 11111101 | 1100 | 1001101 | 0 | 1011111 | 1 | 1101100 | 1100010 | 110100 |
Color Harmonies of #3BFD0C
Complementary color
Monochromatic Colors of #3BFD0C
Black with #3BFD0C
Text Example
Text Example
White with #3BFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD0C; }
p { color: rgb(59,253,12); }
H1.HeaderClassName
{
color: #3BFD0C;
}
.AnyTagClassName
{
color: #3BFD0C;
}
</style>
background-color css
<style>
a { background-color: #3BFD0C; }
a { background-color: rgb(59,253,12); }
div.DivClassName
{
background-color: #3BFD0C;
}
.BgClassName
{
background-color: #3BFD0C;
}
</style>
border-color css
<style>
span { border-color: #3BFD0C; }
span { border-color: rgb(59,253,12); }
td.TdClassName
{
border-color: #3BFD0C;
}
.TagClassName
{
border-color: #3BFD0C;
}
</style>