Shades of Harlequin #31E306
Tints of Harlequin #31E306
RGB
CMYK
RGB Variations
Color information
#31E306 (or 0x31E306) is known color: Harlequin. HEX triplet: 31, E3 and 06. RGB value is (49,227,6). Sum of RGB (Red+Green+Blue) = 49+227+6=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 227 (89.06% from 255 or 80.50% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 227 - color contains mainly: green. Hex color #31E306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E306 is #CE1CF9. Grayscale: #959595. Windows color (decimal): -13507834 or 451377. OLE color: 451377.
HSL color Cylindrical-coordinate representation of color #31E306: hue angle of 108.33º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31E306 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 227 | 6 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.11 |
| HSL | 108.33º | 0.95% | 0.46% | - |
| HSV(B) | 108.33º | 0.97% | 0.89% | - |
| XYZ | 28.77 | 55.6 | 9.39 | - |
| YUV | 148.58 | 47.53 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 227 | 6 | 0.78 | 0 | 0.97 | 0.11 | 108.33 | 0.95 | 0.46 |
| Hex | 31 | E3 | 6 | 4E | 0 | 61 | B | 6C | 5F | 2E |
| Octal | 61 | 343 | 6 | 116 | 0 | 141 | 13 | 154 | 137 | 56 |
| Binary | 110001 | 11100011 | 110 | 1001110 | 0 | 1100001 | 1011 | 1101100 | 1011111 | 101110 |
Color Harmonies of #31E306
Complementary color
Monochromatic Colors of #31E306
Black with #31E306
Text Example
Text Example
White with #31E306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E306; }
p { color: rgb(49,227,6); }
H1.HeaderClassName
{
color: #31E306;
}
.AnyTagClassName
{
color: #31E306;
}
</style>
background-color css
<style>
a { background-color: #31E306; }
a { background-color: rgb(49,227,6); }
div.DivClassName
{
background-color: #31E306;
}
.BgClassName
{
background-color: #31E306;
}
</style>
border-color css
<style>
span { border-color: #31E306; }
span { border-color: rgb(49,227,6); }
td.TdClassName
{
border-color: #31E306;
}
.TagClassName
{
border-color: #31E306;
}
</style>