Shades of Harlequin #39D800
Tints of Harlequin #39D800
RGB
CMYK
RGB Variations
Color information
#39D800 (or 0x39D800) is known color: Harlequin. HEX triplet: 39, D8 and 00. RGB value is (57,216,0). Sum of RGB (Red+Green+Blue) = 57+216+0=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 216 (84.77% from 255 or 79.12% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 216 - color contains mainly: green. Hex color #39D800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D800 is #C627FF. Grayscale: #909090. Windows color (decimal): -12986368 or 55353. OLE color: 55353.
HSL color Cylindrical-coordinate representation of color #39D800: hue angle of 104.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39D800 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.15 |
| HSL | 104.17º | 1% | 0.42% | - |
| HSV(B) | 104.17º | 1% | 0.85% | - |
| XYZ | 26.24 | 49.98 | 8.26 | - |
| YUV | 143.84 | 46.82 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 0 | 0.74 | 0 | 1 | 0.15 | 104.17 | 1 | 0.42 |
| Hex | 39 | D8 | 0 | 4A | 0 | 64 | F | 68 | 64 | 2A |
| Octal | 71 | 330 | 0 | 112 | 0 | 144 | 17 | 150 | 144 | 52 |
| Binary | 111001 | 11011000 | 0 | 1001010 | 0 | 1100100 | 1111 | 1101000 | 1100100 | 101010 |
Color Harmonies of #39D800
Complementary color
Monochromatic Colors of #39D800
Black with #39D800
Text Example
Text Example
White with #39D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D800; }
p { color: rgb(57,216,0); }
H1.HeaderClassName
{
color: #39D800;
}
.AnyTagClassName
{
color: #39D800;
}
</style>
background-color css
<style>
a { background-color: #39D800; }
a { background-color: rgb(57,216,0); }
div.DivClassName
{
background-color: #39D800;
}
.BgClassName
{
background-color: #39D800;
}
</style>
border-color css
<style>
span { border-color: #39D800; }
span { border-color: rgb(57,216,0); }
td.TdClassName
{
border-color: #39D800;
}
.TagClassName
{
border-color: #39D800;
}
</style>