Shades of Harlequin #39E014
Tints of Harlequin #39E014
RGB
CMYK
RGB Variations
Color information
#39E014 (or 0x39E014) is known color: Harlequin. HEX triplet: 39, E0 and 14. RGB value is (57,224,20). Sum of RGB (Red+Green+Blue) = 57+224+20=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 224 (87.89% from 255 or 74.42% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 224 - color contains mainly: green. Hex color #39E014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39E014 is #C61FEB. Grayscale: #979797. Windows color (decimal): -12984300 or 1368121. OLE color: 1368121.
HSL color Cylindrical-coordinate representation of color #39E014: hue angle of 109.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39E014 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 224 | 20 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.12 |
| HSL | 109.12º | 0.84% | 0.48% | - |
| HSV(B) | 109.12º | 0.91% | 0.88% | - |
| XYZ | 28.47 | 54.23 | 9.63 | - |
| YUV | 150.81 | 54.17 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 224 | 20 | 0.75 | 0 | 0.91 | 0.12 | 109.12 | 0.84 | 0.48 |
| Hex | 39 | E0 | 14 | 4B | 0 | 5B | C | 6D | 54 | 30 |
| Octal | 71 | 340 | 24 | 113 | 0 | 133 | 14 | 155 | 124 | 60 |
| Binary | 111001 | 11100000 | 10100 | 1001011 | 0 | 1011011 | 1100 | 1101101 | 1010100 | 110000 |
Color Harmonies of #39E014
Complementary color
Monochromatic Colors of #39E014
Black with #39E014
Text Example
Text Example
White with #39E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E014; }
p { color: rgb(57,224,20); }
H1.HeaderClassName
{
color: #39E014;
}
.AnyTagClassName
{
color: #39E014;
}
</style>
background-color css
<style>
a { background-color: #39E014; }
a { background-color: rgb(57,224,20); }
div.DivClassName
{
background-color: #39E014;
}
.BgClassName
{
background-color: #39E014;
}
</style>
border-color css
<style>
span { border-color: #39E014; }
span { border-color: rgb(57,224,20); }
td.TdClassName
{
border-color: #39E014;
}
.TagClassName
{
border-color: #39E014;
}
</style>