Shades of Harlequin #3BE505
Tints of Harlequin #3BE505
RGB
CMYK
RGB Variations
Color information
#3BE505 (or 0x3BE505) is known color: Harlequin. HEX triplet: 3B, E5 and 05. RGB value is (59,229,5). Sum of RGB (Red+Green+Blue) = 59+229+5=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 229 (89.84% from 255 or 78.16% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE505 is #C41AFA. Grayscale: #999999. Windows color (decimal): -12851963 or 386363. OLE color: 386363.
HSL color Cylindrical-coordinate representation of color #3BE505: hue angle of 105.54º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BE505 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.10 |
| HSL | 105.54º | 0.96% | 0.46% | - |
| HSV(B) | 105.54º | 0.98% | 0.9% | - |
| XYZ | 29.85 | 56.98 | 9.57 | - |
| YUV | 152.63 | 44.68 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 5 | 0.74 | 0 | 0.98 | 0.10 | 105.54 | 0.96 | 0.46 |
| Hex | 3B | E5 | 5 | 4A | 0 | 62 | A | 6A | 60 | 2E |
| Octal | 73 | 345 | 5 | 112 | 0 | 142 | 12 | 152 | 140 | 56 |
| Binary | 111011 | 11100101 | 101 | 1001010 | 0 | 1100010 | 1010 | 1101010 | 1100000 | 101110 |
Color Harmonies of #3BE505
Complementary color
Monochromatic Colors of #3BE505
Black with #3BE505
Text Example
Text Example
White with #3BE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE505; }
p { color: rgb(59,229,5); }
H1.HeaderClassName
{
color: #3BE505;
}
.AnyTagClassName
{
color: #3BE505;
}
</style>
background-color css
<style>
a { background-color: #3BE505; }
a { background-color: rgb(59,229,5); }
div.DivClassName
{
background-color: #3BE505;
}
.BgClassName
{
background-color: #3BE505;
}
</style>
border-color css
<style>
span { border-color: #3BE505; }
span { border-color: rgb(59,229,5); }
td.TdClassName
{
border-color: #3BE505;
}
.TagClassName
{
border-color: #3BE505;
}
</style>