Shades of Harlequin #48EE1D
Tints of Harlequin #48EE1D
RGB
CMYK
RGB Variations
Color information
#48EE1D (or 0x48EE1D) is known color: Harlequin. HEX triplet: 48, EE and 1D. RGB value is (72,238,29). Sum of RGB (Red+Green+Blue) = 72+238+29=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 238 (93.36% from 255 or 70.21% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 238 - color contains mainly: green. Hex color #48EE1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EE1D is #B711E2. Grayscale: #A5A5A5. Windows color (decimal): -11997667 or 1961544. OLE color: 1961544.
HSL color Cylindrical-coordinate representation of color #48EE1D: hue angle of 107.66º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48EE1D is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 29 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.07 |
| HSL | 107.66º | 0.86% | 0.52% | - |
| HSV(B) | 107.66º | 0.88% | 0.93% | - |
| XYZ | 33.47 | 62.62 | 11.48 | - |
| YUV | 164.54 | 51.5 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 29 | 0.70 | 0 | 0.88 | 0.07 | 107.66 | 0.86 | 0.52 |
| Hex | 48 | EE | 1D | 46 | 0 | 58 | 7 | 6C | 56 | 34 |
| Octal | 110 | 356 | 35 | 106 | 0 | 130 | 7 | 154 | 126 | 64 |
| Binary | 1001000 | 11101110 | 11101 | 1000110 | 0 | 1011000 | 111 | 1101100 | 1010110 | 110100 |
Color Harmonies of #48EE1D
Complementary color
Monochromatic Colors of #48EE1D
Black with #48EE1D
Text Example
Text Example
White with #48EE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EE1D; }
p { color: rgb(72,238,29); }
H1.HeaderClassName
{
color: #48EE1D;
}
.AnyTagClassName
{
color: #48EE1D;
}
</style>
background-color css
<style>
a { background-color: #48EE1D; }
a { background-color: rgb(72,238,29); }
div.DivClassName
{
background-color: #48EE1D;
}
.BgClassName
{
background-color: #48EE1D;
}
</style>
border-color css
<style>
span { border-color: #48EE1D; }
span { border-color: rgb(72,238,29); }
td.TdClassName
{
border-color: #48EE1D;
}
.TagClassName
{
border-color: #48EE1D;
}
</style>