Shades of Harlequin #3BD905
Tints of Harlequin #3BD905
RGB
CMYK
RGB Variations
Color information
#3BD905 (or 0x3BD905) is known color: Harlequin. HEX triplet: 3B, D9 and 05. RGB value is (59,217,5). Sum of RGB (Red+Green+Blue) = 59+217+5=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD905 is #C426FA. Grayscale: #929292. Windows color (decimal): -12855035 or 383291. OLE color: 383291.
HSL color Cylindrical-coordinate representation of color #3BD905: hue angle of 104.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BD905 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 5 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.15 |
| HSL | 104.72º | 0.95% | 0.44% | - |
| HSV(B) | 104.72º | 0.98% | 0.85% | - |
| XYZ | 26.64 | 50.57 | 8.5 | - |
| YUV | 145.59 | 48.65 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 5 | 0.73 | 0 | 0.98 | 0.15 | 104.72 | 0.95 | 0.44 |
| Hex | 3B | D9 | 5 | 49 | 0 | 62 | F | 69 | 5F | 2C |
| Octal | 73 | 331 | 5 | 111 | 0 | 142 | 17 | 151 | 137 | 54 |
| Binary | 111011 | 11011001 | 101 | 1001001 | 0 | 1100010 | 1111 | 1101001 | 1011111 | 101100 |
Color Harmonies of #3BD905
Complementary color
Monochromatic Colors of #3BD905
Black with #3BD905
Text Example
Text Example
White with #3BD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD905; }
p { color: rgb(59,217,5); }
H1.HeaderClassName
{
color: #3BD905;
}
.AnyTagClassName
{
color: #3BD905;
}
</style>
background-color css
<style>
a { background-color: #3BD905; }
a { background-color: rgb(59,217,5); }
div.DivClassName
{
background-color: #3BD905;
}
.BgClassName
{
background-color: #3BD905;
}
</style>
border-color css
<style>
span { border-color: #3BD905; }
span { border-color: rgb(59,217,5); }
td.TdClassName
{
border-color: #3BD905;
}
.TagClassName
{
border-color: #3BD905;
}
</style>