Shades of Harlequin #31EE09
Tints of Harlequin #31EE09
RGB
CMYK
RGB Variations
Color information
#31EE09 (or 0x31EE09) is known color: Harlequin. HEX triplet: 31, EE and 09. RGB value is (49,238,9). Sum of RGB (Red+Green+Blue) = 49+238+9=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 238 (93.36% from 255 or 80.41% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 238 - color contains mainly: green. Hex color #31EE09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EE09 is #CE11F6. Grayscale: #9C9C9C. Windows color (decimal): -13505015 or 650801. OLE color: 650801.
HSL color Cylindrical-coordinate representation of color #31EE09: hue angle of 109.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31EE09 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 9 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.07 |
| HSL | 109.52º | 0.93% | 0.48% | - |
| HSV(B) | 109.52º | 0.96% | 0.93% | - |
| XYZ | 31.89 | 61.82 | 10.51 | - |
| YUV | 155.38 | 45.38 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 9 | 0.79 | 0 | 0.96 | 0.07 | 109.52 | 0.93 | 0.48 |
| Hex | 31 | EE | 9 | 4F | 0 | 60 | 7 | 6E | 5D | 30 |
| Octal | 61 | 356 | 11 | 117 | 0 | 140 | 7 | 156 | 135 | 60 |
| Binary | 110001 | 11101110 | 1001 | 1001111 | 0 | 1100000 | 111 | 1101110 | 1011101 | 110000 |
Color Harmonies of #31EE09
Complementary color
Monochromatic Colors of #31EE09
Black with #31EE09
Text Example
Text Example
White with #31EE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EE09; }
p { color: rgb(49,238,9); }
H1.HeaderClassName
{
color: #31EE09;
}
.AnyTagClassName
{
color: #31EE09;
}
</style>
background-color css
<style>
a { background-color: #31EE09; }
a { background-color: rgb(49,238,9); }
div.DivClassName
{
background-color: #31EE09;
}
.BgClassName
{
background-color: #31EE09;
}
</style>
border-color css
<style>
span { border-color: #31EE09; }
span { border-color: rgb(49,238,9); }
td.TdClassName
{
border-color: #31EE09;
}
.TagClassName
{
border-color: #31EE09;
}
</style>