Shades of Harlequin #3BDE0F
Tints of Harlequin #3BDE0F
RGB
CMYK
RGB Variations
Color information
#3BDE0F (or 0x3BDE0F) is known color: Harlequin. HEX triplet: 3B, DE and 0F. RGB value is (59,222,15). Sum of RGB (Red+Green+Blue) = 59+222+15=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 222 (87.11% from 255 or 75% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDE0F is #C421F0. Grayscale: #969696. Windows color (decimal): -12853745 or 1039931. OLE color: 1039931.
HSL color Cylindrical-coordinate representation of color #3BDE0F: hue angle of 107.25º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BDE0F is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 222 | 15 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.13 |
| HSL | 107.25º | 0.87% | 0.46% | - |
| HSV(B) | 107.25º | 0.93% | 0.87% | - |
| XYZ | 28.01 | 53.21 | 9.25 | - |
| YUV | 149.67 | 52 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 15 | 0.73 | 0 | 0.93 | 0.13 | 107.25 | 0.87 | 0.46 |
| Hex | 3B | DE | F | 49 | 0 | 5D | D | 6B | 57 | 2E |
| Octal | 73 | 336 | 17 | 111 | 0 | 135 | 15 | 153 | 127 | 56 |
| Binary | 111011 | 11011110 | 1111 | 1001001 | 0 | 1011101 | 1101 | 1101011 | 1010111 | 101110 |
Color Harmonies of #3BDE0F
Complementary color
Monochromatic Colors of #3BDE0F
Black with #3BDE0F
Text Example
Text Example
White with #3BDE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDE0F; }
p { color: rgb(59,222,15); }
H1.HeaderClassName
{
color: #3BDE0F;
}
.AnyTagClassName
{
color: #3BDE0F;
}
</style>
background-color css
<style>
a { background-color: #3BDE0F; }
a { background-color: rgb(59,222,15); }
div.DivClassName
{
background-color: #3BDE0F;
}
.BgClassName
{
background-color: #3BDE0F;
}
</style>
border-color css
<style>
span { border-color: #3BDE0F; }
span { border-color: rgb(59,222,15); }
td.TdClassName
{
border-color: #3BDE0F;
}
.TagClassName
{
border-color: #3BDE0F;
}
</style>