Shades of Harlequin #48E700
Tints of Harlequin #48E700
RGB
CMYK
RGB Variations
Color information
#48E700 (or 0x48E700) is known color: Harlequin. HEX triplet: 48, E7 and 00. RGB value is (72,231,0). Sum of RGB (Red+Green+Blue) = 72+231+0=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 231 (90.62% from 255 or 76.24% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 231 - color contains mainly: green. Hex color #48E700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48E700 is #B718FF. Grayscale: #9D9D9D. Windows color (decimal): -11999488 or 59208. OLE color: 59208.
HSL color Cylindrical-coordinate representation of color #48E700: hue angle of 101.3º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48E700 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 231 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.09 |
| HSL | 101.3º | 1% | 0.45% | - |
| HSV(B) | 101.3º | 1% | 0.91% | - |
| XYZ | 31.25 | 58.53 | 9.65 | - |
| YUV | 157.13 | 39.32 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 231 | 0 | 0.69 | 0 | 1 | 0.09 | 101.3 | 1 | 0.45 |
| Hex | 48 | E7 | 0 | 45 | 0 | 64 | 9 | 65 | 64 | 2D |
| Octal | 110 | 347 | 0 | 105 | 0 | 144 | 11 | 145 | 144 | 55 |
| Binary | 1001000 | 11100111 | 0 | 1000101 | 0 | 1100100 | 1001 | 1100101 | 1100100 | 101101 |
Color Harmonies of #48E700
Complementary color
Monochromatic Colors of #48E700
Black with #48E700
Text Example
Text Example
White with #48E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E700; }
p { color: rgb(72,231,0); }
H1.HeaderClassName
{
color: #48E700;
}
.AnyTagClassName
{
color: #48E700;
}
</style>
background-color css
<style>
a { background-color: #48E700; }
a { background-color: rgb(72,231,0); }
div.DivClassName
{
background-color: #48E700;
}
.BgClassName
{
background-color: #48E700;
}
</style>
border-color css
<style>
span { border-color: #48E700; }
span { border-color: rgb(72,231,0); }
td.TdClassName
{
border-color: #48E700;
}
.TagClassName
{
border-color: #48E700;
}
</style>