Shades of Harlequin #31ED12
Tints of Harlequin #31ED12
RGB
CMYK
RGB Variations
Color information
#31ED12 (or 0x31ED12) is known color: Harlequin. HEX triplet: 31, ED and 12. RGB value is (49,237,18). Sum of RGB (Red+Green+Blue) = 49+237+18=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 237 (92.97% from 255 or 77.96% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31ED12 is #CE12ED. Grayscale: #9C9C9C. Windows color (decimal): -13505262 or 1240369. OLE color: 1240369.
HSL color Cylindrical-coordinate representation of color #31ED12: hue angle of 111.51º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31ED12 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 18 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.07 |
| HSL | 111.51º | 0.86% | 0.5% | - |
| HSV(B) | 111.51º | 0.92% | 0.93% | - |
| XYZ | 31.66 | 61.27 | 10.73 | - |
| YUV | 155.82 | 50.22 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 18 | 0.79 | 0 | 0.92 | 0.07 | 111.51 | 0.86 | 0.5 |
| Hex | 31 | ED | 12 | 4F | 0 | 5C | 7 | 70 | 56 | 32 |
| Octal | 61 | 355 | 22 | 117 | 0 | 134 | 7 | 160 | 126 | 62 |
| Binary | 110001 | 11101101 | 10010 | 1001111 | 0 | 1011100 | 111 | 1110000 | 1010110 | 110010 |
Color Harmonies of #31ED12
Complementary color
Monochromatic Colors of #31ED12
Black with #31ED12
Text Example
Text Example
White with #31ED12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED12; }
p { color: rgb(49,237,18); }
H1.HeaderClassName
{
color: #31ED12;
}
.AnyTagClassName
{
color: #31ED12;
}
</style>
background-color css
<style>
a { background-color: #31ED12; }
a { background-color: rgb(49,237,18); }
div.DivClassName
{
background-color: #31ED12;
}
.BgClassName
{
background-color: #31ED12;
}
</style>
border-color css
<style>
span { border-color: #31ED12; }
span { border-color: rgb(49,237,18); }
td.TdClassName
{
border-color: #31ED12;
}
.TagClassName
{
border-color: #31ED12;
}
</style>