Shades of Harlequin #31F908
Tints of Harlequin #31F908
RGB
CMYK
RGB Variations
Color information
#31F908 (or 0x31F908) is known color: Harlequin. HEX triplet: 31, F9 and 08. RGB value is (49,249,8). Sum of RGB (Red+Green+Blue) = 49+249+8=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 249 (97.66% from 255 or 81.37% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 249 - color contains mainly: green. Hex color #31F908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F908 is #CE06F7. Grayscale: #A2A2A2. Windows color (decimal): -13502200 or 588081. OLE color: 588081.
HSL color Cylindrical-coordinate representation of color #31F908: hue angle of 109.79º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31F908 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 8 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.02 |
| HSL | 109.79º | 0.95% | 0.5% | - |
| HSV(B) | 109.79º | 0.97% | 0.98% | - |
| XYZ | 35.19 | 68.42 | 11.58 | - |
| YUV | 161.73 | 41.24 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 8 | 0.80 | 0 | 0.97 | 0.02 | 109.79 | 0.95 | 0.5 |
| Hex | 31 | F9 | 8 | 50 | 0 | 61 | 2 | 6E | 5F | 32 |
| Octal | 61 | 371 | 10 | 120 | 0 | 141 | 2 | 156 | 137 | 62 |
| Binary | 110001 | 11111001 | 1000 | 1010000 | 0 | 1100001 | 10 | 1101110 | 1011111 | 110010 |
Color Harmonies of #31F908
Complementary color
Monochromatic Colors of #31F908
Black with #31F908
Text Example
Text Example
White with #31F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F908; }
p { color: rgb(49,249,8); }
H1.HeaderClassName
{
color: #31F908;
}
.AnyTagClassName
{
color: #31F908;
}
</style>
background-color css
<style>
a { background-color: #31F908; }
a { background-color: rgb(49,249,8); }
div.DivClassName
{
background-color: #31F908;
}
.BgClassName
{
background-color: #31F908;
}
</style>
border-color css
<style>
span { border-color: #31F908; }
span { border-color: rgb(49,249,8); }
td.TdClassName
{
border-color: #31F908;
}
.TagClassName
{
border-color: #31F908;
}
</style>