Shades of Harlequin #3BE716
Tints of Harlequin #3BE716
RGB
CMYK
RGB Variations
Color information
#3BE716 (or 0x3BE716) is known color: Harlequin. HEX triplet: 3B, E7 and 16. RGB value is (59,231,22). Sum of RGB (Red+Green+Blue) = 59+231+22=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 231 (90.62% from 255 or 74.04% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE716 is #C418E9. Grayscale: #9C9C9C. Windows color (decimal): -12851434 or 1500987. OLE color: 1500987.
HSL color Cylindrical-coordinate representation of color #3BE716: hue angle of 109.38º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BE716 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 22 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.09 |
| HSL | 109.38º | 0.83% | 0.5% | - |
| HSV(B) | 109.38º | 0.9% | 0.91% | - |
| XYZ | 30.52 | 58.14 | 10.37 | - |
| YUV | 155.75 | 52.52 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 22 | 0.74 | 0 | 0.90 | 0.09 | 109.38 | 0.83 | 0.5 |
| Hex | 3B | E7 | 16 | 4A | 0 | 5A | 9 | 6D | 53 | 32 |
| Octal | 73 | 347 | 26 | 112 | 0 | 132 | 11 | 155 | 123 | 62 |
| Binary | 111011 | 11100111 | 10110 | 1001010 | 0 | 1011010 | 1001 | 1101101 | 1010011 | 110010 |
Color Harmonies of #3BE716
Complementary color
Monochromatic Colors of #3BE716
Black with #3BE716
Text Example
Text Example
White with #3BE716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE716; }
p { color: rgb(59,231,22); }
H1.HeaderClassName
{
color: #3BE716;
}
.AnyTagClassName
{
color: #3BE716;
}
</style>
background-color css
<style>
a { background-color: #3BE716; }
a { background-color: rgb(59,231,22); }
div.DivClassName
{
background-color: #3BE716;
}
.BgClassName
{
background-color: #3BE716;
}
</style>
border-color css
<style>
span { border-color: #3BE716; }
span { border-color: rgb(59,231,22); }
td.TdClassName
{
border-color: #3BE716;
}
.TagClassName
{
border-color: #3BE716;
}
</style>