Shades of Harlequin #3BE314
Tints of Harlequin #3BE314
RGB
CMYK
RGB Variations
Color information
#3BE314 (or 0x3BE314) is known color: Harlequin. HEX triplet: 3B, E3 and 14. RGB value is (59,227,20). Sum of RGB (Red+Green+Blue) = 59+227+20=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 227 (89.06% from 255 or 74.18% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE314 is #C41CEB. Grayscale: #999999. Windows color (decimal): -12852460 or 1368891. OLE color: 1368891.
HSL color Cylindrical-coordinate representation of color #3BE314: hue angle of 108.7º 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 #3BE314 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.11 |
| HSL | 108.7º | 0.84% | 0.48% | - |
| HSV(B) | 108.7º | 0.91% | 0.89% | - |
| XYZ | 29.4 | 55.92 | 9.91 | - |
| YUV | 153.17 | 52.84 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 20 | 0.74 | 0 | 0.91 | 0.11 | 108.7 | 0.84 | 0.48 |
| Hex | 3B | E3 | 14 | 4A | 0 | 5B | B | 6D | 54 | 30 |
| Octal | 73 | 343 | 24 | 112 | 0 | 133 | 13 | 155 | 124 | 60 |
| Binary | 111011 | 11100011 | 10100 | 1001010 | 0 | 1011011 | 1011 | 1101101 | 1010100 | 110000 |
Color Harmonies of #3BE314
Complementary color
Monochromatic Colors of #3BE314
Black with #3BE314
Text Example
Text Example
White with #3BE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE314; }
p { color: rgb(59,227,20); }
H1.HeaderClassName
{
color: #3BE314;
}
.AnyTagClassName
{
color: #3BE314;
}
</style>
background-color css
<style>
a { background-color: #3BE314; }
a { background-color: rgb(59,227,20); }
div.DivClassName
{
background-color: #3BE314;
}
.BgClassName
{
background-color: #3BE314;
}
</style>
border-color css
<style>
span { border-color: #3BE314; }
span { border-color: rgb(59,227,20); }
td.TdClassName
{
border-color: #3BE314;
}
.TagClassName
{
border-color: #3BE314;
}
</style>