Shades of Harlequin #31DA0A
Tints of Harlequin #31DA0A
RGB
CMYK
RGB Variations
Color information
#31DA0A (or 0x31DA0A) is known color: Harlequin. HEX triplet: 31, DA and 0A. RGB value is (49,218,10). Sum of RGB (Red+Green+Blue) = 49+218+10=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DA0A is #CE25F5. Grayscale: #909090. Windows color (decimal): -13510134 or 711217. OLE color: 711217.
HSL color Cylindrical-coordinate representation of color #31DA0A: hue angle of 108.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31DA0A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 10 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.15 |
| HSL | 108.75º | 0.91% | 0.45% | - |
| HSV(B) | 108.75º | 0.95% | 0.85% | - |
| XYZ | 26.39 | 50.82 | 8.7 | - |
| YUV | 143.76 | 52.51 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 10 | 0.78 | 0 | 0.95 | 0.15 | 108.75 | 0.91 | 0.45 |
| Hex | 31 | DA | A | 4E | 0 | 5F | F | 6D | 5B | 2D |
| Octal | 61 | 332 | 12 | 116 | 0 | 137 | 17 | 155 | 133 | 55 |
| Binary | 110001 | 11011010 | 1010 | 1001110 | 0 | 1011111 | 1111 | 1101101 | 1011011 | 101101 |
Color Harmonies of #31DA0A
Complementary color
Monochromatic Colors of #31DA0A
Black with #31DA0A
Text Example
Text Example
White with #31DA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA0A; }
p { color: rgb(49,218,10); }
H1.HeaderClassName
{
color: #31DA0A;
}
.AnyTagClassName
{
color: #31DA0A;
}
</style>
background-color css
<style>
a { background-color: #31DA0A; }
a { background-color: rgb(49,218,10); }
div.DivClassName
{
background-color: #31DA0A;
}
.BgClassName
{
background-color: #31DA0A;
}
</style>
border-color css
<style>
span { border-color: #31DA0A; }
span { border-color: rgb(49,218,10); }
td.TdClassName
{
border-color: #31DA0A;
}
.TagClassName
{
border-color: #31DA0A;
}
</style>