Shades of Harlequin #3BE50D
Tints of Harlequin #3BE50D
RGB
CMYK
RGB Variations
Color information
#3BE50D (or 0x3BE50D) is known color: Harlequin. HEX triplet: 3B, E5 and 0D. RGB value is (59,229,13). Sum of RGB (Red+Green+Blue) = 59+229+13=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 229 (89.84% from 255 or 76.08% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE50D is #C41AF2. Grayscale: #9A9A9A. Windows color (decimal): -12851955 or 910651. OLE color: 910651.
HSL color Cylindrical-coordinate representation of color #3BE50D: hue angle of 107.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3BE50D is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 13 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.10 |
| HSL | 107.22º | 0.89% | 0.47% | - |
| HSV(B) | 107.22º | 0.94% | 0.9% | - |
| XYZ | 29.9 | 57 | 9.81 | - |
| YUV | 153.55 | 48.68 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 13 | 0.74 | 0 | 0.94 | 0.10 | 107.22 | 0.89 | 0.47 |
| Hex | 3B | E5 | D | 4A | 0 | 5E | A | 6B | 59 | 2F |
| Octal | 73 | 345 | 15 | 112 | 0 | 136 | 12 | 153 | 131 | 57 |
| Binary | 111011 | 11100101 | 1101 | 1001010 | 0 | 1011110 | 1010 | 1101011 | 1011001 | 101111 |
Color Harmonies of #3BE50D
Complementary color
Monochromatic Colors of #3BE50D
Black with #3BE50D
Text Example
Text Example
White with #3BE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE50D; }
p { color: rgb(59,229,13); }
H1.HeaderClassName
{
color: #3BE50D;
}
.AnyTagClassName
{
color: #3BE50D;
}
</style>
background-color css
<style>
a { background-color: #3BE50D; }
a { background-color: rgb(59,229,13); }
div.DivClassName
{
background-color: #3BE50D;
}
.BgClassName
{
background-color: #3BE50D;
}
</style>
border-color css
<style>
span { border-color: #3BE50D; }
span { border-color: rgb(59,229,13); }
td.TdClassName
{
border-color: #3BE50D;
}
.TagClassName
{
border-color: #3BE50D;
}
</style>