Shades of Harlequin #3BFA09
Tints of Harlequin #3BFA09
RGB
CMYK
RGB Variations
Color information
#3BFA09 (or 0x3BFA09) is known color: Harlequin. HEX triplet: 3B, FA and 09. RGB value is (59,250,9). Sum of RGB (Red+Green+Blue) = 59+250+9=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 250 (98.05% from 255 or 78.62% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFA09 is #C405F6. Grayscale: #A6A6A6. Windows color (decimal): -12846583 or 653883. OLE color: 653883.
HSL color Cylindrical-coordinate representation of color #3BFA09: hue angle of 107.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3BFA09 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 9 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.02 |
| HSL | 107.55º | 0.96% | 0.51% | - |
| HSV(B) | 107.55º | 0.96% | 0.98% | - |
| XYZ | 36.04 | 69.32 | 11.74 | - |
| YUV | 165.42 | 39.72 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 9 | 0.76 | 0 | 0.96 | 0.02 | 107.55 | 0.96 | 0.51 |
| Hex | 3B | FA | 9 | 4C | 0 | 60 | 2 | 6C | 60 | 33 |
| Octal | 73 | 372 | 11 | 114 | 0 | 140 | 2 | 154 | 140 | 63 |
| Binary | 111011 | 11111010 | 1001 | 1001100 | 0 | 1100000 | 10 | 1101100 | 1100000 | 110011 |
Color Harmonies of #3BFA09
Complementary color
Monochromatic Colors of #3BFA09
Black with #3BFA09
Text Example
Text Example
White with #3BFA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFA09; }
p { color: rgb(59,250,9); }
H1.HeaderClassName
{
color: #3BFA09;
}
.AnyTagClassName
{
color: #3BFA09;
}
</style>
background-color css
<style>
a { background-color: #3BFA09; }
a { background-color: rgb(59,250,9); }
div.DivClassName
{
background-color: #3BFA09;
}
.BgClassName
{
background-color: #3BFA09;
}
</style>
border-color css
<style>
span { border-color: #3BFA09; }
span { border-color: rgb(59,250,9); }
td.TdClassName
{
border-color: #3BFA09;
}
.TagClassName
{
border-color: #3BFA09;
}
</style>