Shades of Harlequin #31FA0B
Tints of Harlequin #31FA0B
RGB
CMYK
RGB Variations
Color information
#31FA0B (or 0x31FA0B) is known color: Harlequin. HEX triplet: 31, FA and 0B. RGB value is (49,250,11). Sum of RGB (Red+Green+Blue) = 49+250+11=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 250 (98.05% from 255 or 80.65% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FA0B is #CE05F4. Grayscale: #A3A3A3. Windows color (decimal): -13501941 or 784945. OLE color: 784945.
HSL color Cylindrical-coordinate representation of color #31FA0B: hue angle of 110.46º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31FA0B is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 11 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.02 |
| HSL | 110.46º | 0.96% | 0.51% | - |
| HSV(B) | 110.46º | 0.96% | 0.98% | - |
| XYZ | 35.51 | 69.05 | 11.77 | - |
| YUV | 162.66 | 42.41 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 11 | 0.80 | 0 | 0.96 | 0.02 | 110.46 | 0.96 | 0.51 |
| Hex | 31 | FA | B | 50 | 0 | 60 | 2 | 6E | 60 | 33 |
| Octal | 61 | 372 | 13 | 120 | 0 | 140 | 2 | 156 | 140 | 63 |
| Binary | 110001 | 11111010 | 1011 | 1010000 | 0 | 1100000 | 10 | 1101110 | 1100000 | 110011 |
Color Harmonies of #31FA0B
Complementary color
Monochromatic Colors of #31FA0B
Black with #31FA0B
Text Example
Text Example
White with #31FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA0B; }
p { color: rgb(49,250,11); }
H1.HeaderClassName
{
color: #31FA0B;
}
.AnyTagClassName
{
color: #31FA0B;
}
</style>
background-color css
<style>
a { background-color: #31FA0B; }
a { background-color: rgb(49,250,11); }
div.DivClassName
{
background-color: #31FA0B;
}
.BgClassName
{
background-color: #31FA0B;
}
</style>
border-color css
<style>
span { border-color: #31FA0B; }
span { border-color: rgb(49,250,11); }
td.TdClassName
{
border-color: #31FA0B;
}
.TagClassName
{
border-color: #31FA0B;
}
</style>