Shades of Harlequin #39D900
Tints of Harlequin #39D900
RGB
CMYK
RGB Variations
Color information
#39D900 (or 0x39D900) is known color: Harlequin. HEX triplet: 39, D9 and 00. RGB value is (57,217,0). Sum of RGB (Red+Green+Blue) = 57+217+0=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 217 (85.16% from 255 or 79.20% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 217 - color contains mainly: green. Hex color #39D900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D900 is #C626FF. Grayscale: #919191. Windows color (decimal): -12986112 or 55609. OLE color: 55609.
HSL color Cylindrical-coordinate representation of color #39D900: hue angle of 104.24º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39D900 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.15 |
| HSL | 104.24º | 1% | 0.43% | - |
| HSV(B) | 104.24º | 1% | 0.85% | - |
| XYZ | 26.5 | 50.5 | 8.35 | - |
| YUV | 144.42 | 46.49 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 0 | 0.74 | 0 | 1 | 0.15 | 104.24 | 1 | 0.43 |
| Hex | 39 | D9 | 0 | 4A | 0 | 64 | F | 68 | 64 | 2B |
| Octal | 71 | 331 | 0 | 112 | 0 | 144 | 17 | 150 | 144 | 53 |
| Binary | 111001 | 11011001 | 0 | 1001010 | 0 | 1100100 | 1111 | 1101000 | 1100100 | 101011 |
Color Harmonies of #39D900
Complementary color
Monochromatic Colors of #39D900
Black with #39D900
Text Example
Text Example
White with #39D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D900; }
p { color: rgb(57,217,0); }
H1.HeaderClassName
{
color: #39D900;
}
.AnyTagClassName
{
color: #39D900;
}
</style>
background-color css
<style>
a { background-color: #39D900; }
a { background-color: rgb(57,217,0); }
div.DivClassName
{
background-color: #39D900;
}
.BgClassName
{
background-color: #39D900;
}
</style>
border-color css
<style>
span { border-color: #39D900; }
span { border-color: rgb(57,217,0); }
td.TdClassName
{
border-color: #39D900;
}
.TagClassName
{
border-color: #39D900;
}
</style>