Shades of Harlequin #48E211
Tints of Harlequin #48E211
RGB
CMYK
RGB Variations
Color information
#48E211 (or 0x48E211) is known color: Harlequin. HEX triplet: 48, E2 and 11. RGB value is (72,226,17). Sum of RGB (Red+Green+Blue) = 72+226+17=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 226 (88.67% from 255 or 71.75% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 226 - color contains mainly: green. Hex color #48E211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E211 is #B71DEE. Grayscale: #9C9C9C. Windows color (decimal): -12000751 or 1172040. OLE color: 1172040.
HSL color Cylindrical-coordinate representation of color #48E211: hue angle of 104.21º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48E211 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 17 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.11 |
| HSL | 104.21º | 0.86% | 0.48% | - |
| HSV(B) | 104.21º | 0.92% | 0.89% | - |
| XYZ | 29.97 | 55.81 | 9.72 | - |
| YUV | 156.13 | 49.48 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 17 | 0.68 | 0 | 0.92 | 0.11 | 104.21 | 0.86 | 0.48 |
| Hex | 48 | E2 | 11 | 44 | 0 | 5C | B | 68 | 56 | 30 |
| Octal | 110 | 342 | 21 | 104 | 0 | 134 | 13 | 150 | 126 | 60 |
| Binary | 1001000 | 11100010 | 10001 | 1000100 | 0 | 1011100 | 1011 | 1101000 | 1010110 | 110000 |
Color Harmonies of #48E211
Complementary color
Monochromatic Colors of #48E211
Black with #48E211
Text Example
Text Example
White with #48E211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E211; }
p { color: rgb(72,226,17); }
H1.HeaderClassName
{
color: #48E211;
}
.AnyTagClassName
{
color: #48E211;
}
</style>
background-color css
<style>
a { background-color: #48E211; }
a { background-color: rgb(72,226,17); }
div.DivClassName
{
background-color: #48E211;
}
.BgClassName
{
background-color: #48E211;
}
</style>
border-color css
<style>
span { border-color: #48E211; }
span { border-color: rgb(72,226,17); }
td.TdClassName
{
border-color: #48E211;
}
.TagClassName
{
border-color: #48E211;
}
</style>