Shades of Harlequin #48E506
Tints of Harlequin #48E506
RGB
CMYK
RGB Variations
Color information
#48E506 (or 0x48E506) is known color: Harlequin. HEX triplet: 48, E5 and 06. RGB value is (72,229,6). Sum of RGB (Red+Green+Blue) = 72+229+6=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 229 (89.84% from 255 or 74.59% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 229 - color contains mainly: green. Hex color #48E506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E506 is #B71AF9. Grayscale: #9D9D9D. Windows color (decimal): -11999994 or 451912. OLE color: 451912.
HSL color Cylindrical-coordinate representation of color #48E506: hue angle of 102.24º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48E506 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 229 | 6 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.10 |
| HSL | 102.24º | 0.95% | 0.46% | - |
| HSV(B) | 102.24º | 0.97% | 0.9% | - |
| XYZ | 30.72 | 57.43 | 9.64 | - |
| YUV | 156.64 | 42.99 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 229 | 6 | 0.69 | 0 | 0.97 | 0.10 | 102.24 | 0.95 | 0.46 |
| Hex | 48 | E5 | 6 | 45 | 0 | 61 | A | 66 | 5F | 2E |
| Octal | 110 | 345 | 6 | 105 | 0 | 141 | 12 | 146 | 137 | 56 |
| Binary | 1001000 | 11100101 | 110 | 1000101 | 0 | 1100001 | 1010 | 1100110 | 1011111 | 101110 |
Color Harmonies of #48E506
Complementary color
Monochromatic Colors of #48E506
Black with #48E506
Text Example
Text Example
White with #48E506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E506; }
p { color: rgb(72,229,6); }
H1.HeaderClassName
{
color: #48E506;
}
.AnyTagClassName
{
color: #48E506;
}
</style>
background-color css
<style>
a { background-color: #48E506; }
a { background-color: rgb(72,229,6); }
div.DivClassName
{
background-color: #48E506;
}
.BgClassName
{
background-color: #48E506;
}
</style>
border-color css
<style>
span { border-color: #48E506; }
span { border-color: rgb(72,229,6); }
td.TdClassName
{
border-color: #48E506;
}
.TagClassName
{
border-color: #48E506;
}
</style>