Shades of Harlequin #39F512
Tints of Harlequin #39F512
RGB
CMYK
RGB Variations
Color information
#39F512 (or 0x39F512) is known color: Harlequin. HEX triplet: 39, F5 and 12. RGB value is (57,245,18). Sum of RGB (Red+Green+Blue) = 57+245+18=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 245 (96.09% from 255 or 76.56% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 245 - color contains mainly: green. Hex color #39F512 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #39F512 is #C60AED. Grayscale: #A3A3A3. Windows color (decimal): -12978926 or 1242425. OLE color: 1242425.
HSL color Cylindrical-coordinate representation of color #39F512: hue angle of 109.69º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39F512 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 245 | 18 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.04 |
| HSL | 109.69º | 0.92% | 0.52% | - |
| HSV(B) | 109.69º | 0.93% | 0.96% | - |
| XYZ | 34.45 | 66.22 | 11.54 | - |
| YUV | 162.91 | 46.22 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 245 | 18 | 0.77 | 0 | 0.93 | 0.04 | 109.69 | 0.92 | 0.52 |
| Hex | 39 | F5 | 12 | 4D | 0 | 5D | 4 | 6E | 5C | 34 |
| Octal | 71 | 365 | 22 | 115 | 0 | 135 | 4 | 156 | 134 | 64 |
| Binary | 111001 | 11110101 | 10010 | 1001101 | 0 | 1011101 | 100 | 1101110 | 1011100 | 110100 |
Color Harmonies of #39F512
Complementary color
Monochromatic Colors of #39F512
Black with #39F512
Text Example
Text Example
White with #39F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F512; }
p { color: rgb(57,245,18); }
H1.HeaderClassName
{
color: #39F512;
}
.AnyTagClassName
{
color: #39F512;
}
</style>
background-color css
<style>
a { background-color: #39F512; }
a { background-color: rgb(57,245,18); }
div.DivClassName
{
background-color: #39F512;
}
.BgClassName
{
background-color: #39F512;
}
</style>
border-color css
<style>
span { border-color: #39F512; }
span { border-color: rgb(57,245,18); }
td.TdClassName
{
border-color: #39F512;
}
.TagClassName
{
border-color: #39F512;
}
</style>