Shades of Harlequin #3BE214
Tints of Harlequin #3BE214
RGB
CMYK
RGB Variations
Color information
#3BE214 (or 0x3BE214) is known color: Harlequin. HEX triplet: 3B, E2 and 14. RGB value is (59,226,20). Sum of RGB (Red+Green+Blue) = 59+226+20=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 226 (88.67% from 255 or 74.10% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE214 is #C41DEB. Grayscale: #999999. Windows color (decimal): -12852716 or 1368635. OLE color: 1368635.
HSL color Cylindrical-coordinate representation of color #3BE214: hue angle of 108.64º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BE214 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 226 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.11 |
| HSL | 108.64º | 0.84% | 0.48% | - |
| HSV(B) | 108.64º | 0.91% | 0.89% | - |
| XYZ | 29.13 | 55.37 | 9.81 | - |
| YUV | 152.58 | 53.17 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 226 | 20 | 0.74 | 0 | 0.91 | 0.11 | 108.64 | 0.84 | 0.48 |
| Hex | 3B | E2 | 14 | 4A | 0 | 5B | B | 6D | 54 | 30 |
| Octal | 73 | 342 | 24 | 112 | 0 | 133 | 13 | 155 | 124 | 60 |
| Binary | 111011 | 11100010 | 10100 | 1001010 | 0 | 1011011 | 1011 | 1101101 | 1010100 | 110000 |
Color Harmonies of #3BE214
Complementary color
Monochromatic Colors of #3BE214
Black with #3BE214
Text Example
Text Example
White with #3BE214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE214; }
p { color: rgb(59,226,20); }
H1.HeaderClassName
{
color: #3BE214;
}
.AnyTagClassName
{
color: #3BE214;
}
</style>
background-color css
<style>
a { background-color: #3BE214; }
a { background-color: rgb(59,226,20); }
div.DivClassName
{
background-color: #3BE214;
}
.BgClassName
{
background-color: #3BE214;
}
</style>
border-color css
<style>
span { border-color: #3BE214; }
span { border-color: rgb(59,226,20); }
td.TdClassName
{
border-color: #3BE214;
}
.TagClassName
{
border-color: #3BE214;
}
</style>