Shades of Harlequin #31DE02
Tints of Harlequin #31DE02
RGB
CMYK
RGB Variations
Color information
#31DE02 (or 0x31DE02) is known color: Harlequin. HEX triplet: 31, DE and 02. RGB value is (49,222,2). Sum of RGB (Red+Green+Blue) = 49+222+2=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 222 (87.11% from 255 or 81.32% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DE02 is #CE21FD. Grayscale: #919191. Windows color (decimal): -13509118 or 187953. OLE color: 187953.
HSL color Cylindrical-coordinate representation of color #31DE02: hue angle of 107.18º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31DE02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.13 |
| HSL | 107.18º | 0.98% | 0.44% | - |
| HSV(B) | 107.18º | 0.99% | 0.87% | - |
| XYZ | 27.4 | 52.9 | 8.82 | - |
| YUV | 145.19 | 47.19 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 2 | 0.78 | 0 | 0.99 | 0.13 | 107.18 | 0.98 | 0.44 |
| Hex | 31 | DE | 2 | 4E | 0 | 63 | D | 6B | 62 | 2C |
| Octal | 61 | 336 | 2 | 116 | 0 | 143 | 15 | 153 | 142 | 54 |
| Binary | 110001 | 11011110 | 10 | 1001110 | 0 | 1100011 | 1101 | 1101011 | 1100010 | 101100 |
Color Harmonies of #31DE02
Complementary color
Monochromatic Colors of #31DE02
Black with #31DE02
Text Example
Text Example
White with #31DE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DE02; }
p { color: rgb(49,222,2); }
H1.HeaderClassName
{
color: #31DE02;
}
.AnyTagClassName
{
color: #31DE02;
}
</style>
background-color css
<style>
a { background-color: #31DE02; }
a { background-color: rgb(49,222,2); }
div.DivClassName
{
background-color: #31DE02;
}
.BgClassName
{
background-color: #31DE02;
}
</style>
border-color css
<style>
span { border-color: #31DE02; }
span { border-color: rgb(49,222,2); }
td.TdClassName
{
border-color: #31DE02;
}
.TagClassName
{
border-color: #31DE02;
}
</style>