Shades of Harlequin #4BEB02
Tints of Harlequin #4BEB02
RGB
CMYK
RGB Variations
Color information
#4BEB02 (or 0x4BEB02) is known color: Harlequin. HEX triplet: 4B, EB and 02. RGB value is (75,235,2). Sum of RGB (Red+Green+Blue) = 75+235+2=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 235 (92.19% from 255 or 75.32% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 235 - color contains mainly: green. Hex color #4BEB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEB02 is #B414FD. Grayscale: #A1A1A1. Windows color (decimal): -11801854 or 191307. OLE color: 191307.
HSL color Cylindrical-coordinate representation of color #4BEB02: hue angle of 101.2º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BEB02 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 235 | 2 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.08 |
| HSL | 101.2º | 0.98% | 0.46% | - |
| HSV(B) | 101.2º | 0.99% | 0.92% | - |
| XYZ | 32.62 | 60.92 | 10.1 | - |
| YUV | 160.6 | 38.49 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 235 | 2 | 0.68 | 0 | 0.99 | 0.08 | 101.2 | 0.98 | 0.46 |
| Hex | 4B | EB | 2 | 44 | 0 | 63 | 8 | 65 | 62 | 2E |
| Octal | 113 | 353 | 2 | 104 | 0 | 143 | 10 | 145 | 142 | 56 |
| Binary | 1001011 | 11101011 | 10 | 1000100 | 0 | 1100011 | 1000 | 1100101 | 1100010 | 101110 |
Color Harmonies of #4BEB02
Complementary color
Monochromatic Colors of #4BEB02
Black with #4BEB02
Text Example
Text Example
White with #4BEB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEB02; }
p { color: rgb(75,235,2); }
H1.HeaderClassName
{
color: #4BEB02;
}
.AnyTagClassName
{
color: #4BEB02;
}
</style>
background-color css
<style>
a { background-color: #4BEB02; }
a { background-color: rgb(75,235,2); }
div.DivClassName
{
background-color: #4BEB02;
}
.BgClassName
{
background-color: #4BEB02;
}
</style>
border-color css
<style>
span { border-color: #4BEB02; }
span { border-color: rgb(75,235,2); }
td.TdClassName
{
border-color: #4BEB02;
}
.TagClassName
{
border-color: #4BEB02;
}
</style>