Shades of Harlequin #31F303
Tints of Harlequin #31F303
RGB
CMYK
RGB Variations
Color information
#31F303 (or 0x31F303) is known color: Harlequin. HEX triplet: 31, F3 and 03. RGB value is (49,243,3). Sum of RGB (Red+Green+Blue) = 49+243+3=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 243 (95.31% from 255 or 82.37% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 243 - color contains mainly: green. Hex color #31F303 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F303 is #CE0CFC. Grayscale: #9E9E9E. Windows color (decimal): -13503741 or 258865. OLE color: 258865.
HSL color Cylindrical-coordinate representation of color #31F303: hue angle of 108.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31F303 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 243 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.05 |
| HSL | 108.5º | 0.98% | 0.48% | - |
| HSV(B) | 108.5º | 0.99% | 0.95% | - |
| XYZ | 33.33 | 64.76 | 10.83 | - |
| YUV | 157.63 | 40.73 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 243 | 3 | 0.80 | 0 | 0.99 | 0.05 | 108.5 | 0.98 | 0.48 |
| Hex | 31 | F3 | 3 | 50 | 0 | 63 | 5 | 6C | 62 | 30 |
| Octal | 61 | 363 | 3 | 120 | 0 | 143 | 5 | 154 | 142 | 60 |
| Binary | 110001 | 11110011 | 11 | 1010000 | 0 | 1100011 | 101 | 1101100 | 1100010 | 110000 |
Color Harmonies of #31F303
Complementary color
Monochromatic Colors of #31F303
Black with #31F303
Text Example
Text Example
White with #31F303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F303; }
p { color: rgb(49,243,3); }
H1.HeaderClassName
{
color: #31F303;
}
.AnyTagClassName
{
color: #31F303;
}
</style>
background-color css
<style>
a { background-color: #31F303; }
a { background-color: rgb(49,243,3); }
div.DivClassName
{
background-color: #31F303;
}
.BgClassName
{
background-color: #31F303;
}
</style>
border-color css
<style>
span { border-color: #31F303; }
span { border-color: rgb(49,243,3); }
td.TdClassName
{
border-color: #31F303;
}
.TagClassName
{
border-color: #31F303;
}
</style>