Shades of Harlequin #31DD09
Tints of Harlequin #31DD09
RGB
CMYK
RGB Variations
Color information
#31DD09 (or 0x31DD09) is known color: Harlequin. HEX triplet: 31, DD and 09. RGB value is (49,221,9). Sum of RGB (Red+Green+Blue) = 49+221+9=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DD09 is #CE22F6. Grayscale: #929292. Windows color (decimal): -13509367 or 646449. OLE color: 646449.
HSL color Cylindrical-coordinate representation of color #31DD09: hue angle of 108.68º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31DD09 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 9 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.13 |
| HSL | 108.68º | 0.92% | 0.45% | - |
| HSV(B) | 108.68º | 0.96% | 0.87% | - |
| XYZ | 27.17 | 52.39 | 8.94 | - |
| YUV | 145.4 | 51.02 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 9 | 0.78 | 0 | 0.96 | 0.13 | 108.68 | 0.92 | 0.45 |
| Hex | 31 | DD | 9 | 4E | 0 | 60 | D | 6D | 5C | 2D |
| Octal | 61 | 335 | 11 | 116 | 0 | 140 | 15 | 155 | 134 | 55 |
| Binary | 110001 | 11011101 | 1001 | 1001110 | 0 | 1100000 | 1101 | 1101101 | 1011100 | 101101 |
Color Harmonies of #31DD09
Complementary color
Monochromatic Colors of #31DD09
Black with #31DD09
Text Example
Text Example
White with #31DD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD09; }
p { color: rgb(49,221,9); }
H1.HeaderClassName
{
color: #31DD09;
}
.AnyTagClassName
{
color: #31DD09;
}
</style>
background-color css
<style>
a { background-color: #31DD09; }
a { background-color: rgb(49,221,9); }
div.DivClassName
{
background-color: #31DD09;
}
.BgClassName
{
background-color: #31DD09;
}
</style>
border-color css
<style>
span { border-color: #31DD09; }
span { border-color: rgb(49,221,9); }
td.TdClassName
{
border-color: #31DD09;
}
.TagClassName
{
border-color: #31DD09;
}
</style>