Shades of Harlequin #4BEC0D
Tints of Harlequin #4BEC0D
RGB
CMYK
RGB Variations
Color information
#4BEC0D (or 0x4BEC0D) is known color: Harlequin. HEX triplet: 4B, EC and 0D. RGB value is (75,236,13). Sum of RGB (Red+Green+Blue) = 75+236+13=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 236 (92.58% from 255 or 72.84% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 236 - color contains mainly: green. Hex color #4BEC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEC0D is #B413F2. Grayscale: #A3A3A3. Windows color (decimal): -11801587 or 912459. OLE color: 912459.
HSL color Cylindrical-coordinate representation of color #4BEC0D: hue angle of 103.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BEC0D is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 236 | 13 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.07 |
| HSL | 103.32º | 0.9% | 0.49% | - |
| HSV(B) | 103.32º | 0.94% | 0.93% | - |
| XYZ | 32.97 | 61.52 | 10.52 | - |
| YUV | 162.44 | 43.66 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 13 | 0.68 | 0 | 0.94 | 0.07 | 103.32 | 0.9 | 0.49 |
| Hex | 4B | EC | D | 44 | 0 | 5E | 7 | 67 | 5A | 31 |
| Octal | 113 | 354 | 15 | 104 | 0 | 136 | 7 | 147 | 132 | 61 |
| Binary | 1001011 | 11101100 | 1101 | 1000100 | 0 | 1011110 | 111 | 1100111 | 1011010 | 110001 |
Color Harmonies of #4BEC0D
Complementary color
Monochromatic Colors of #4BEC0D
Black with #4BEC0D
Text Example
Text Example
White with #4BEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEC0D; }
p { color: rgb(75,236,13); }
H1.HeaderClassName
{
color: #4BEC0D;
}
.AnyTagClassName
{
color: #4BEC0D;
}
</style>
background-color css
<style>
a { background-color: #4BEC0D; }
a { background-color: rgb(75,236,13); }
div.DivClassName
{
background-color: #4BEC0D;
}
.BgClassName
{
background-color: #4BEC0D;
}
</style>
border-color css
<style>
span { border-color: #4BEC0D; }
span { border-color: rgb(75,236,13); }
td.TdClassName
{
border-color: #4BEC0D;
}
.TagClassName
{
border-color: #4BEC0D;
}
</style>