Shades of Harlequin #3BDA08
Tints of Harlequin #3BDA08
RGB
CMYK
RGB Variations
Color information
#3BDA08 (or 0x3BDA08) is known color: Harlequin. HEX triplet: 3B, DA and 08. RGB value is (59,218,8). Sum of RGB (Red+Green+Blue) = 59+218+8=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 218 (85.55% from 255 or 76.49% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDA08 is #C425F7. Grayscale: #939393. Windows color (decimal): -12854776 or 580155. OLE color: 580155.
HSL color Cylindrical-coordinate representation of color #3BDA08: hue angle of 105.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3BDA08 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 8 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.15 |
| HSL | 105.43º | 0.93% | 0.44% | - |
| HSV(B) | 105.43º | 0.96% | 0.85% | - |
| XYZ | 26.92 | 51.09 | 8.67 | - |
| YUV | 146.52 | 49.82 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 8 | 0.73 | 0 | 0.96 | 0.15 | 105.43 | 0.93 | 0.44 |
| Hex | 3B | DA | 8 | 49 | 0 | 60 | F | 69 | 5D | 2C |
| Octal | 73 | 332 | 10 | 111 | 0 | 140 | 17 | 151 | 135 | 54 |
| Binary | 111011 | 11011010 | 1000 | 1001001 | 0 | 1100000 | 1111 | 1101001 | 1011101 | 101100 |
Color Harmonies of #3BDA08
Complementary color
Monochromatic Colors of #3BDA08
Black with #3BDA08
Text Example
Text Example
White with #3BDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA08; }
p { color: rgb(59,218,8); }
H1.HeaderClassName
{
color: #3BDA08;
}
.AnyTagClassName
{
color: #3BDA08;
}
</style>
background-color css
<style>
a { background-color: #3BDA08; }
a { background-color: rgb(59,218,8); }
div.DivClassName
{
background-color: #3BDA08;
}
.BgClassName
{
background-color: #3BDA08;
}
</style>
border-color css
<style>
span { border-color: #3BDA08; }
span { border-color: rgb(59,218,8); }
td.TdClassName
{
border-color: #3BDA08;
}
.TagClassName
{
border-color: #3BDA08;
}
</style>