Shades of Harlequin #31EB18
Tints of Harlequin #31EB18
RGB
CMYK
RGB Variations
Color information
#31EB18 (or 0x31EB18) is known color: Harlequin. HEX triplet: 31, EB and 18. RGB value is (49,235,24). Sum of RGB (Red+Green+Blue) = 49+235+24=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 235 (92.19% from 255 or 76.30% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EB18 is #CE14E7. Grayscale: #9B9B9B. Windows color (decimal): -13505768 or 1633073. OLE color: 1633073.
HSL color Cylindrical-coordinate representation of color #31EB18: hue angle of 112.89º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31EB18 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 235 | 24 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.08 |
| HSL | 112.89º | 0.84% | 0.51% | - |
| HSV(B) | 112.89º | 0.9% | 0.92% | - |
| XYZ | 31.14 | 60.14 | 10.83 | - |
| YUV | 155.33 | 53.88 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 235 | 24 | 0.79 | 0 | 0.90 | 0.08 | 112.89 | 0.84 | 0.51 |
| Hex | 31 | EB | 18 | 4F | 0 | 5A | 8 | 71 | 54 | 33 |
| Octal | 61 | 353 | 30 | 117 | 0 | 132 | 10 | 161 | 124 | 63 |
| Binary | 110001 | 11101011 | 11000 | 1001111 | 0 | 1011010 | 1000 | 1110001 | 1010100 | 110011 |
Color Harmonies of #31EB18
Complementary color
Monochromatic Colors of #31EB18
Black with #31EB18
Text Example
Text Example
White with #31EB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EB18; }
p { color: rgb(49,235,24); }
H1.HeaderClassName
{
color: #31EB18;
}
.AnyTagClassName
{
color: #31EB18;
}
</style>
background-color css
<style>
a { background-color: #31EB18; }
a { background-color: rgb(49,235,24); }
div.DivClassName
{
background-color: #31EB18;
}
.BgClassName
{
background-color: #31EB18;
}
</style>
border-color css
<style>
span { border-color: #31EB18; }
span { border-color: rgb(49,235,24); }
td.TdClassName
{
border-color: #31EB18;
}
.TagClassName
{
border-color: #31EB18;
}
</style>