Shades of Harlequin #3BE413
Tints of Harlequin #3BE413
RGB
CMYK
RGB Variations
Color information
#3BE413 (or 0x3BE413) is known color: Harlequin. HEX triplet: 3B, E4 and 13. RGB value is (59,228,19). Sum of RGB (Red+Green+Blue) = 59+228+19=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 228 (89.45% from 255 or 74.51% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE413 is #C41BEC. Grayscale: #9A9A9A. Windows color (decimal): -12852205 or 1303611. OLE color: 1303611.
HSL color Cylindrical-coordinate representation of color #3BE413: hue angle of 108.52º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BE413 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 19 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.11 |
| HSL | 108.52º | 0.85% | 0.48% | - |
| HSV(B) | 108.52º | 0.92% | 0.89% | - |
| XYZ | 29.66 | 56.46 | 9.95 | - |
| YUV | 153.64 | 52.01 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 19 | 0.74 | 0 | 0.92 | 0.11 | 108.52 | 0.85 | 0.48 |
| Hex | 3B | E4 | 13 | 4A | 0 | 5C | B | 6D | 55 | 30 |
| Octal | 73 | 344 | 23 | 112 | 0 | 134 | 13 | 155 | 125 | 60 |
| Binary | 111011 | 11100100 | 10011 | 1001010 | 0 | 1011100 | 1011 | 1101101 | 1010101 | 110000 |
Color Harmonies of #3BE413
Complementary color
Monochromatic Colors of #3BE413
Black with #3BE413
Text Example
Text Example
White with #3BE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE413; }
p { color: rgb(59,228,19); }
H1.HeaderClassName
{
color: #3BE413;
}
.AnyTagClassName
{
color: #3BE413;
}
</style>
background-color css
<style>
a { background-color: #3BE413; }
a { background-color: rgb(59,228,19); }
div.DivClassName
{
background-color: #3BE413;
}
.BgClassName
{
background-color: #3BE413;
}
</style>
border-color css
<style>
span { border-color: #3BE413; }
span { border-color: rgb(59,228,19); }
td.TdClassName
{
border-color: #3BE413;
}
.TagClassName
{
border-color: #3BE413;
}
</style>