Shades of Harlequin #4BE50D
Tints of Harlequin #4BE50D
RGB
CMYK
RGB Variations
Color information
#4BE50D (or 0x4BE50D) is known color: Harlequin. HEX triplet: 4B, E5 and 0D. RGB value is (75,229,13). Sum of RGB (Red+Green+Blue) = 75+229+13=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 229 (89.84% from 255 or 72.24% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 229 - color contains mainly: green. Hex color #4BE50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE50D is #B41AF2. Grayscale: #9F9F9F. Windows color (decimal): -11803379 or 910667. OLE color: 910667.
HSL color Cylindrical-coordinate representation of color #4BE50D: hue angle of 102.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BE50D is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 229 | 13 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.10 |
| HSL | 102.78º | 0.89% | 0.47% | - |
| HSV(B) | 102.78º | 0.94% | 0.9% | - |
| XYZ | 30.99 | 57.56 | 9.86 | - |
| YUV | 158.33 | 45.98 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 229 | 13 | 0.67 | 0 | 0.94 | 0.10 | 102.78 | 0.89 | 0.47 |
| Hex | 4B | E5 | D | 43 | 0 | 5E | A | 67 | 59 | 2F |
| Octal | 113 | 345 | 15 | 103 | 0 | 136 | 12 | 147 | 131 | 57 |
| Binary | 1001011 | 11100101 | 1101 | 1000011 | 0 | 1011110 | 1010 | 1100111 | 1011001 | 101111 |
Color Harmonies of #4BE50D
Complementary color
Monochromatic Colors of #4BE50D
Black with #4BE50D
Text Example
Text Example
White with #4BE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE50D; }
p { color: rgb(75,229,13); }
H1.HeaderClassName
{
color: #4BE50D;
}
.AnyTagClassName
{
color: #4BE50D;
}
</style>
background-color css
<style>
a { background-color: #4BE50D; }
a { background-color: rgb(75,229,13); }
div.DivClassName
{
background-color: #4BE50D;
}
.BgClassName
{
background-color: #4BE50D;
}
</style>
border-color css
<style>
span { border-color: #4BE50D; }
span { border-color: rgb(75,229,13); }
td.TdClassName
{
border-color: #4BE50D;
}
.TagClassName
{
border-color: #4BE50D;
}
</style>