Shades of Harlequin #39E612
Tints of Harlequin #39E612
RGB
CMYK
RGB Variations
Color information
#39E612 (or 0x39E612) is known color: Harlequin. HEX triplet: 39, E6 and 12. RGB value is (57,230,18). Sum of RGB (Red+Green+Blue) = 57+230+18=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 230 (90.23% from 255 or 75.41% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 230 - color contains mainly: green. Hex color #39E612 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #39E612 is #C619ED. Grayscale: #9A9A9A. Windows color (decimal): -12982766 or 1238585. OLE color: 1238585.
HSL color Cylindrical-coordinate representation of color #39E612: hue angle of 108.96º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39E612 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 230 | 18 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.10 |
| HSL | 108.96º | 0.85% | 0.49% | - |
| HSV(B) | 108.96º | 0.92% | 0.9% | - |
| XYZ | 30.09 | 57.51 | 10.09 | - |
| YUV | 154.11 | 51.19 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 230 | 18 | 0.75 | 0 | 0.92 | 0.10 | 108.96 | 0.85 | 0.49 |
| Hex | 39 | E6 | 12 | 4B | 0 | 5C | A | 6D | 55 | 31 |
| Octal | 71 | 346 | 22 | 113 | 0 | 134 | 12 | 155 | 125 | 61 |
| Binary | 111001 | 11100110 | 10010 | 1001011 | 0 | 1011100 | 1010 | 1101101 | 1010101 | 110001 |
Color Harmonies of #39E612
Complementary color
Monochromatic Colors of #39E612
Black with #39E612
Text Example
Text Example
White with #39E612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E612; }
p { color: rgb(57,230,18); }
H1.HeaderClassName
{
color: #39E612;
}
.AnyTagClassName
{
color: #39E612;
}
</style>
background-color css
<style>
a { background-color: #39E612; }
a { background-color: rgb(57,230,18); }
div.DivClassName
{
background-color: #39E612;
}
.BgClassName
{
background-color: #39E612;
}
</style>
border-color css
<style>
span { border-color: #39E612; }
span { border-color: rgb(57,230,18); }
td.TdClassName
{
border-color: #39E612;
}
.TagClassName
{
border-color: #39E612;
}
</style>