Shades of Harlequin #3BDA05
Tints of Harlequin #3BDA05
RGB
CMYK
RGB Variations
Color information
#3BDA05 (or 0x3BDA05) is known color: Harlequin. HEX triplet: 3B, DA and 05. RGB value is (59,218,5). Sum of RGB (Red+Green+Blue) = 59+218+5=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDA05 is #C425FA. Grayscale: #929292. Windows color (decimal): -12854779 or 383547. OLE color: 383547.
HSL color Cylindrical-coordinate representation of color #3BDA05: hue angle of 104.79º degrees, saturation: 0.96, 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 #3BDA05 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 5 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.15 |
| HSL | 104.79º | 0.96% | 0.44% | - |
| HSV(B) | 104.79º | 0.98% | 0.85% | - |
| XYZ | 26.9 | 51.08 | 8.59 | - |
| YUV | 146.18 | 48.32 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 5 | 0.73 | 0 | 0.98 | 0.15 | 104.79 | 0.96 | 0.44 |
| Hex | 3B | DA | 5 | 49 | 0 | 62 | F | 69 | 60 | 2C |
| Octal | 73 | 332 | 5 | 111 | 0 | 142 | 17 | 151 | 140 | 54 |
| Binary | 111011 | 11011010 | 101 | 1001001 | 0 | 1100010 | 1111 | 1101001 | 1100000 | 101100 |
Color Harmonies of #3BDA05
Complementary color
Monochromatic Colors of #3BDA05
Black with #3BDA05
Text Example
Text Example
White with #3BDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA05; }
p { color: rgb(59,218,5); }
H1.HeaderClassName
{
color: #3BDA05;
}
.AnyTagClassName
{
color: #3BDA05;
}
</style>
background-color css
<style>
a { background-color: #3BDA05; }
a { background-color: rgb(59,218,5); }
div.DivClassName
{
background-color: #3BDA05;
}
.BgClassName
{
background-color: #3BDA05;
}
</style>
border-color css
<style>
span { border-color: #3BDA05; }
span { border-color: rgb(59,218,5); }
td.TdClassName
{
border-color: #3BDA05;
}
.TagClassName
{
border-color: #3BDA05;
}
</style>