Shades of Harlequin #39E314
Tints of Harlequin #39E314
RGB
CMYK
RGB Variations
Color information
#39E314 (or 0x39E314) is known color: Harlequin. HEX triplet: 39, E3 and 14. RGB value is (57,227,20). Sum of RGB (Red+Green+Blue) = 57+227+20=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 227 (89.06% from 255 or 74.67% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 227 - color contains mainly: green. Hex color #39E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39E314 is #C61CEB. Grayscale: #999999. Windows color (decimal): -12983532 or 1368889. OLE color: 1368889.
HSL color Cylindrical-coordinate representation of color #39E314: hue angle of 109.28º 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 #39E314 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 227 | 20 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.11 |
| HSL | 109.28º | 0.84% | 0.48% | - |
| HSV(B) | 109.28º | 0.91% | 0.89% | - |
| XYZ | 29.28 | 55.86 | 9.9 | - |
| YUV | 152.57 | 53.18 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 227 | 20 | 0.75 | 0 | 0.91 | 0.11 | 109.28 | 0.84 | 0.48 |
| Hex | 39 | E3 | 14 | 4B | 0 | 5B | B | 6D | 54 | 30 |
| Octal | 71 | 343 | 24 | 113 | 0 | 133 | 13 | 155 | 124 | 60 |
| Binary | 111001 | 11100011 | 10100 | 1001011 | 0 | 1011011 | 1011 | 1101101 | 1010100 | 110000 |
Color Harmonies of #39E314
Complementary color
Monochromatic Colors of #39E314
Black with #39E314
Text Example
Text Example
White with #39E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E314; }
p { color: rgb(57,227,20); }
H1.HeaderClassName
{
color: #39E314;
}
.AnyTagClassName
{
color: #39E314;
}
</style>
background-color css
<style>
a { background-color: #39E314; }
a { background-color: rgb(57,227,20); }
div.DivClassName
{
background-color: #39E314;
}
.BgClassName
{
background-color: #39E314;
}
</style>
border-color css
<style>
span { border-color: #39E314; }
span { border-color: rgb(57,227,20); }
td.TdClassName
{
border-color: #39E314;
}
.TagClassName
{
border-color: #39E314;
}
</style>