Shades of Harlequin #4BEA22
Tints of Harlequin #4BEA22
RGB
CMYK
RGB Variations
Color information
#4BEA22 (or 0x4BEA22) is known color: Harlequin. HEX triplet: 4B, EA and 22. RGB value is (75,234,34). Sum of RGB (Red+Green+Blue) = 75+234+34=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEA22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEA22 is #B415DD. Grayscale: #A4A4A4. Windows color (decimal): -11802078 or 2288203. OLE color: 2288203.
HSL color Cylindrical-coordinate representation of color #4BEA22: hue angle of 107.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4BEA22 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 34 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.08 |
| HSL | 107.7º | 0.83% | 0.53% | - |
| HSV(B) | 107.7º | 0.85% | 0.92% | - |
| XYZ | 32.61 | 60.46 | 11.46 | - |
| YUV | 163.66 | 54.82 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 34 | 0.68 | 0 | 0.85 | 0.08 | 107.7 | 0.83 | 0.53 |
| Hex | 4B | EA | 22 | 44 | 0 | 55 | 8 | 6C | 53 | 35 |
| Octal | 113 | 352 | 42 | 104 | 0 | 125 | 10 | 154 | 123 | 65 |
| Binary | 1001011 | 11101010 | 100010 | 1000100 | 0 | 1010101 | 1000 | 1101100 | 1010011 | 110101 |
Color Harmonies of #4BEA22
Complementary color
Monochromatic Colors of #4BEA22
Black with #4BEA22
Text Example
Text Example
White with #4BEA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEA22; }
p { color: rgb(75,234,34); }
H1.HeaderClassName
{
color: #4BEA22;
}
.AnyTagClassName
{
color: #4BEA22;
}
</style>
background-color css
<style>
a { background-color: #4BEA22; }
a { background-color: rgb(75,234,34); }
div.DivClassName
{
background-color: #4BEA22;
}
.BgClassName
{
background-color: #4BEA22;
}
</style>
border-color css
<style>
span { border-color: #4BEA22; }
span { border-color: rgb(75,234,34); }
td.TdClassName
{
border-color: #4BEA22;
}
.TagClassName
{
border-color: #4BEA22;
}
</style>