Shades of Harlequin #3BE409
Tints of Harlequin #3BE409
RGB
CMYK
RGB Variations
Color information
#3BE409 (or 0x3BE409) is known color: Harlequin. HEX triplet: 3B, E4 and 09. RGB value is (59,228,9). Sum of RGB (Red+Green+Blue) = 59+228+9=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 228 (89.45% from 255 or 77.03% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE409 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE409 is #C41BF6. Grayscale: #999999. Windows color (decimal): -12852215 or 648251. OLE color: 648251.
HSL color Cylindrical-coordinate representation of color #3BE409: hue angle of 106.3º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3BE409 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 9 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.11 |
| HSL | 106.3º | 0.92% | 0.46% | - |
| HSV(B) | 106.3º | 0.96% | 0.89% | - |
| XYZ | 29.6 | 56.44 | 9.59 | - |
| YUV | 152.5 | 47.01 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 9 | 0.74 | 0 | 0.96 | 0.11 | 106.3 | 0.92 | 0.46 |
| Hex | 3B | E4 | 9 | 4A | 0 | 60 | B | 6A | 5C | 2E |
| Octal | 73 | 344 | 11 | 112 | 0 | 140 | 13 | 152 | 134 | 56 |
| Binary | 111011 | 11100100 | 1001 | 1001010 | 0 | 1100000 | 1011 | 1101010 | 1011100 | 101110 |
Color Harmonies of #3BE409
Complementary color
Monochromatic Colors of #3BE409
Black with #3BE409
Text Example
Text Example
White with #3BE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE409; }
p { color: rgb(59,228,9); }
H1.HeaderClassName
{
color: #3BE409;
}
.AnyTagClassName
{
color: #3BE409;
}
</style>
background-color css
<style>
a { background-color: #3BE409; }
a { background-color: rgb(59,228,9); }
div.DivClassName
{
background-color: #3BE409;
}
.BgClassName
{
background-color: #3BE409;
}
</style>
border-color css
<style>
span { border-color: #3BE409; }
span { border-color: rgb(59,228,9); }
td.TdClassName
{
border-color: #3BE409;
}
.TagClassName
{
border-color: #3BE409;
}
</style>