Shades of Harlequin #4BEA1D
Tints of Harlequin #4BEA1D
RGB
CMYK
RGB Variations
Color information
#4BEA1D (or 0x4BEA1D) is known color: Harlequin. HEX triplet: 4B, EA and 1D. RGB value is (75,234,29). Sum of RGB (Red+Green+Blue) = 75+234+29=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 234 (91.80% from 255 or 69.23% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEA1D is #B415E2. Grayscale: #A3A3A3. Windows color (decimal): -11802083 or 1960523. OLE color: 1960523.
HSL color Cylindrical-coordinate representation of color #4BEA1D: hue angle of 106.54º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BEA1D is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 29 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.08 |
| HSL | 106.54º | 0.83% | 0.52% | - |
| HSV(B) | 106.54º | 0.88% | 0.92% | - |
| XYZ | 32.55 | 60.43 | 11.11 | - |
| YUV | 163.09 | 52.32 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 29 | 0.68 | 0 | 0.88 | 0.08 | 106.54 | 0.83 | 0.52 |
| Hex | 4B | EA | 1D | 44 | 0 | 58 | 8 | 6B | 53 | 34 |
| Octal | 113 | 352 | 35 | 104 | 0 | 130 | 10 | 153 | 123 | 64 |
| Binary | 1001011 | 11101010 | 11101 | 1000100 | 0 | 1011000 | 1000 | 1101011 | 1010011 | 110100 |
Color Harmonies of #4BEA1D
Complementary color
Monochromatic Colors of #4BEA1D
Black with #4BEA1D
Text Example
Text Example
White with #4BEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEA1D; }
p { color: rgb(75,234,29); }
H1.HeaderClassName
{
color: #4BEA1D;
}
.AnyTagClassName
{
color: #4BEA1D;
}
</style>
background-color css
<style>
a { background-color: #4BEA1D; }
a { background-color: rgb(75,234,29); }
div.DivClassName
{
background-color: #4BEA1D;
}
.BgClassName
{
background-color: #4BEA1D;
}
</style>
border-color css
<style>
span { border-color: #4BEA1D; }
span { border-color: rgb(75,234,29); }
td.TdClassName
{
border-color: #4BEA1D;
}
.TagClassName
{
border-color: #4BEA1D;
}
</style>