Shades of Harlequin #3BE419
Tints of Harlequin #3BE419
RGB
CMYK
RGB Variations
Color information
#3BE419 (or 0x3BE419) is known color: Harlequin. HEX triplet: 3B, E4 and 19. RGB value is (59,228,25). Sum of RGB (Red+Green+Blue) = 59+228+25=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE419 is #C41BE6. Grayscale: #9A9A9A. Windows color (decimal): -12852199 or 1696827. OLE color: 1696827.
HSL color Cylindrical-coordinate representation of color #3BE419: hue angle of 109.95º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BE419 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 25 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.11 |
| HSL | 109.95º | 0.8% | 0.5% | - |
| HSV(B) | 109.95º | 0.89% | 0.89% | - |
| XYZ | 29.72 | 56.49 | 10.26 | - |
| YUV | 154.33 | 55.01 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 25 | 0.74 | 0 | 0.89 | 0.11 | 109.95 | 0.8 | 0.5 |
| Hex | 3B | E4 | 19 | 4A | 0 | 59 | B | 6E | 50 | 32 |
| Octal | 73 | 344 | 31 | 112 | 0 | 131 | 13 | 156 | 120 | 62 |
| Binary | 111011 | 11100100 | 11001 | 1001010 | 0 | 1011001 | 1011 | 1101110 | 1010000 | 110010 |
Color Harmonies of #3BE419
Complementary color
Monochromatic Colors of #3BE419
Black with #3BE419
Text Example
Text Example
White with #3BE419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE419; }
p { color: rgb(59,228,25); }
H1.HeaderClassName
{
color: #3BE419;
}
.AnyTagClassName
{
color: #3BE419;
}
</style>
background-color css
<style>
a { background-color: #3BE419; }
a { background-color: rgb(59,228,25); }
div.DivClassName
{
background-color: #3BE419;
}
.BgClassName
{
background-color: #3BE419;
}
</style>
border-color css
<style>
span { border-color: #3BE419; }
span { border-color: rgb(59,228,25); }
td.TdClassName
{
border-color: #3BE419;
}
.TagClassName
{
border-color: #3BE419;
}
</style>