Shades of Harlequin #31FB18
Tints of Harlequin #31FB18
RGB
CMYK
RGB Variations
Color information
#31FB18 (or 0x31FB18) is known color: Harlequin. HEX triplet: 31, FB and 18. RGB value is (49,251,24). Sum of RGB (Red+Green+Blue) = 49+251+24=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 251 (98.44% from 255 or 77.47% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 251 - color contains mainly: green. Hex color #31FB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FB18 is #CE04E7. Grayscale: #A5A5A5. Windows color (decimal): -13501672 or 1637169. OLE color: 1637169.
HSL color Cylindrical-coordinate representation of color #31FB18: hue angle of 113.39º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31FB18 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 24 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.02 |
| HSL | 113.39º | 0.97% | 0.54% | - |
| HSV(B) | 113.39º | 0.9% | 0.98% | - |
| XYZ | 35.93 | 69.71 | 12.43 | - |
| YUV | 164.72 | 48.58 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 24 | 0.80 | 0 | 0.90 | 0.02 | 113.39 | 0.97 | 0.54 |
| Hex | 31 | FB | 18 | 50 | 0 | 5A | 2 | 71 | 61 | 36 |
| Octal | 61 | 373 | 30 | 120 | 0 | 132 | 2 | 161 | 141 | 66 |
| Binary | 110001 | 11111011 | 11000 | 1010000 | 0 | 1011010 | 10 | 1110001 | 1100001 | 110110 |
Color Harmonies of #31FB18
Complementary color
Monochromatic Colors of #31FB18
Black with #31FB18
Text Example
Text Example
White with #31FB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FB18; }
p { color: rgb(49,251,24); }
H1.HeaderClassName
{
color: #31FB18;
}
.AnyTagClassName
{
color: #31FB18;
}
</style>
background-color css
<style>
a { background-color: #31FB18; }
a { background-color: rgb(49,251,24); }
div.DivClassName
{
background-color: #31FB18;
}
.BgClassName
{
background-color: #31FB18;
}
</style>
border-color css
<style>
span { border-color: #31FB18; }
span { border-color: rgb(49,251,24); }
td.TdClassName
{
border-color: #31FB18;
}
.TagClassName
{
border-color: #31FB18;
}
</style>