Shades of Harlequin #31DD07
Tints of Harlequin #31DD07
RGB
CMYK
RGB Variations
Color information
#31DD07 (or 0x31DD07) is known color: Harlequin. HEX triplet: 31, DD and 07. RGB value is (49,221,7). Sum of RGB (Red+Green+Blue) = 49+221+7=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 221 (86.72% from 255 or 79.78% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DD07 is #CE22F8. Grayscale: #919191. Windows color (decimal): -13509369 or 515377. OLE color: 515377.
HSL color Cylindrical-coordinate representation of color #31DD07: hue angle of 108.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31DD07 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 7 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.13 |
| HSL | 108.22º | 0.94% | 0.45% | - |
| HSV(B) | 108.22º | 0.97% | 0.87% | - |
| XYZ | 27.16 | 52.38 | 8.88 | - |
| YUV | 145.18 | 50.02 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 7 | 0.78 | 0 | 0.97 | 0.13 | 108.22 | 0.94 | 0.45 |
| Hex | 31 | DD | 7 | 4E | 0 | 61 | D | 6C | 5E | 2D |
| Octal | 61 | 335 | 7 | 116 | 0 | 141 | 15 | 154 | 136 | 55 |
| Binary | 110001 | 11011101 | 111 | 1001110 | 0 | 1100001 | 1101 | 1101100 | 1011110 | 101101 |
Color Harmonies of #31DD07
Complementary color
Monochromatic Colors of #31DD07
Black with #31DD07
Text Example
Text Example
White with #31DD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD07; }
p { color: rgb(49,221,7); }
H1.HeaderClassName
{
color: #31DD07;
}
.AnyTagClassName
{
color: #31DD07;
}
</style>
background-color css
<style>
a { background-color: #31DD07; }
a { background-color: rgb(49,221,7); }
div.DivClassName
{
background-color: #31DD07;
}
.BgClassName
{
background-color: #31DD07;
}
</style>
border-color css
<style>
span { border-color: #31DD07; }
span { border-color: rgb(49,221,7); }
td.TdClassName
{
border-color: #31DD07;
}
.TagClassName
{
border-color: #31DD07;
}
</style>