Shades of Harlequin #39DD0F
Tints of Harlequin #39DD0F
RGB
CMYK
RGB Variations
Color information
#39DD0F (or 0x39DD0F) is known color: Harlequin. HEX triplet: 39, DD and 0F. RGB value is (57,221,15). Sum of RGB (Red+Green+Blue) = 57+221+15=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 221 (86.72% from 255 or 75.43% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39DD0F is #C622F0. Grayscale: #959595. Windows color (decimal): -12985073 or 1039673. OLE color: 1039673.
HSL color Cylindrical-coordinate representation of color #39DD0F: hue angle of 107.77º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39DD0F is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 15 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.13 |
| HSL | 107.77º | 0.87% | 0.46% | - |
| HSV(B) | 107.77º | 0.93% | 0.87% | - |
| XYZ | 27.63 | 52.62 | 9.15 | - |
| YUV | 148.48 | 52.67 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 15 | 0.74 | 0 | 0.93 | 0.13 | 107.77 | 0.87 | 0.46 |
| Hex | 39 | DD | F | 4A | 0 | 5D | D | 6C | 57 | 2E |
| Octal | 71 | 335 | 17 | 112 | 0 | 135 | 15 | 154 | 127 | 56 |
| Binary | 111001 | 11011101 | 1111 | 1001010 | 0 | 1011101 | 1101 | 1101100 | 1010111 | 101110 |
Color Harmonies of #39DD0F
Complementary color
Monochromatic Colors of #39DD0F
Black with #39DD0F
Text Example
Text Example
White with #39DD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DD0F; }
p { color: rgb(57,221,15); }
H1.HeaderClassName
{
color: #39DD0F;
}
.AnyTagClassName
{
color: #39DD0F;
}
</style>
background-color css
<style>
a { background-color: #39DD0F; }
a { background-color: rgb(57,221,15); }
div.DivClassName
{
background-color: #39DD0F;
}
.BgClassName
{
background-color: #39DD0F;
}
</style>
border-color css
<style>
span { border-color: #39DD0F; }
span { border-color: rgb(57,221,15); }
td.TdClassName
{
border-color: #39DD0F;
}
.TagClassName
{
border-color: #39DD0F;
}
</style>