Shades of Harlequin #4BEC18
Tints of Harlequin #4BEC18
RGB
CMYK
RGB Variations
Color information
#4BEC18 (or 0x4BEC18) is known color: Harlequin. HEX triplet: 4B, EC and 18. RGB value is (75,236,24). Sum of RGB (Red+Green+Blue) = 75+236+24=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #4BEC18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEC18 is #B413E7. Grayscale: #A4A4A4. Windows color (decimal): -11801576 or 1633355. OLE color: 1633355.
HSL color Cylindrical-coordinate representation of color #4BEC18: hue angle of 105.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BEC18 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 236 | 24 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.07 |
| HSL | 105.57º | 0.85% | 0.51% | - |
| HSV(B) | 105.57º | 0.9% | 0.93% | - |
| XYZ | 33.06 | 61.55 | 11 | - |
| YUV | 163.69 | 49.16 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 24 | 0.68 | 0 | 0.90 | 0.07 | 105.57 | 0.85 | 0.51 |
| Hex | 4B | EC | 18 | 44 | 0 | 5A | 7 | 6A | 55 | 33 |
| Octal | 113 | 354 | 30 | 104 | 0 | 132 | 7 | 152 | 125 | 63 |
| Binary | 1001011 | 11101100 | 11000 | 1000100 | 0 | 1011010 | 111 | 1101010 | 1010101 | 110011 |
Color Harmonies of #4BEC18
Complementary color
Monochromatic Colors of #4BEC18
Black with #4BEC18
Text Example
Text Example
White with #4BEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEC18; }
p { color: rgb(75,236,24); }
H1.HeaderClassName
{
color: #4BEC18;
}
.AnyTagClassName
{
color: #4BEC18;
}
</style>
background-color css
<style>
a { background-color: #4BEC18; }
a { background-color: rgb(75,236,24); }
div.DivClassName
{
background-color: #4BEC18;
}
.BgClassName
{
background-color: #4BEC18;
}
</style>
border-color css
<style>
span { border-color: #4BEC18; }
span { border-color: rgb(75,236,24); }
td.TdClassName
{
border-color: #4BEC18;
}
.TagClassName
{
border-color: #4BEC18;
}
</style>