Shades of Harlequin #4BEA0D
Tints of Harlequin #4BEA0D
RGB
CMYK
RGB Variations
Color information
#4BEA0D (or 0x4BEA0D) is known color: Harlequin. HEX triplet: 4B, EA and 0D. RGB value is (75,234,13). Sum of RGB (Red+Green+Blue) = 75+234+13=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 234 (91.80% from 255 or 72.67% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEA0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEA0D is #B415F2. Grayscale: #A1A1A1. Windows color (decimal): -11802099 or 911947. OLE color: 911947.
HSL color Cylindrical-coordinate representation of color #4BEA0D: hue angle of 103.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BEA0D is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 13 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.08 |
| HSL | 103.17º | 0.89% | 0.48% | - |
| HSV(B) | 103.17º | 0.94% | 0.92% | - |
| XYZ | 32.4 | 60.37 | 10.33 | - |
| YUV | 161.27 | 44.32 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 13 | 0.68 | 0 | 0.94 | 0.08 | 103.17 | 0.89 | 0.48 |
| Hex | 4B | EA | D | 44 | 0 | 5E | 8 | 67 | 59 | 30 |
| Octal | 113 | 352 | 15 | 104 | 0 | 136 | 10 | 147 | 131 | 60 |
| Binary | 1001011 | 11101010 | 1101 | 1000100 | 0 | 1011110 | 1000 | 1100111 | 1011001 | 110000 |
Color Harmonies of #4BEA0D
Complementary color
Monochromatic Colors of #4BEA0D
Black with #4BEA0D
Text Example
Text Example
White with #4BEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEA0D; }
p { color: rgb(75,234,13); }
H1.HeaderClassName
{
color: #4BEA0D;
}
.AnyTagClassName
{
color: #4BEA0D;
}
</style>
background-color css
<style>
a { background-color: #4BEA0D; }
a { background-color: rgb(75,234,13); }
div.DivClassName
{
background-color: #4BEA0D;
}
.BgClassName
{
background-color: #4BEA0D;
}
</style>
border-color css
<style>
span { border-color: #4BEA0D; }
span { border-color: rgb(75,234,13); }
td.TdClassName
{
border-color: #4BEA0D;
}
.TagClassName
{
border-color: #4BEA0D;
}
</style>