Shades of Harlequin #31F10B
Tints of Harlequin #31F10B
RGB
CMYK
RGB Variations
Color information
#31F10B (or 0x31F10B) is known color: Harlequin. HEX triplet: 31, F1 and 0B. RGB value is (49,241,11). Sum of RGB (Red+Green+Blue) = 49+241+11=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 241 (94.53% from 255 or 80.07% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 241 - color contains mainly: green. Hex color #31F10B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F10B is #CE0EF4. Grayscale: #9E9E9E. Windows color (decimal): -13504245 or 782641. OLE color: 782641.
HSL color Cylindrical-coordinate representation of color #31F10B: hue angle of 110.09º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31F10B is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 11 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.05 |
| HSL | 110.09º | 0.91% | 0.49% | - |
| HSV(B) | 110.09º | 0.95% | 0.95% | - |
| XYZ | 32.78 | 63.59 | 10.86 | - |
| YUV | 157.37 | 45.39 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 11 | 0.80 | 0 | 0.95 | 0.05 | 110.09 | 0.91 | 0.49 |
| Hex | 31 | F1 | B | 50 | 0 | 5F | 5 | 6E | 5B | 31 |
| Octal | 61 | 361 | 13 | 120 | 0 | 137 | 5 | 156 | 133 | 61 |
| Binary | 110001 | 11110001 | 1011 | 1010000 | 0 | 1011111 | 101 | 1101110 | 1011011 | 110001 |
Color Harmonies of #31F10B
Complementary color
Monochromatic Colors of #31F10B
Black with #31F10B
Text Example
Text Example
White with #31F10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F10B; }
p { color: rgb(49,241,11); }
H1.HeaderClassName
{
color: #31F10B;
}
.AnyTagClassName
{
color: #31F10B;
}
</style>
background-color css
<style>
a { background-color: #31F10B; }
a { background-color: rgb(49,241,11); }
div.DivClassName
{
background-color: #31F10B;
}
.BgClassName
{
background-color: #31F10B;
}
</style>
border-color css
<style>
span { border-color: #31F10B; }
span { border-color: rgb(49,241,11); }
td.TdClassName
{
border-color: #31F10B;
}
.TagClassName
{
border-color: #31F10B;
}
</style>