Shades of Harlequin #4BEF02
Tints of Harlequin #4BEF02
RGB
CMYK
RGB Variations
Color information
#4BEF02 (or 0x4BEF02) is known color: Harlequin. HEX triplet: 4B, EF and 02. RGB value is (75,239,2). Sum of RGB (Red+Green+Blue) = 75+239+2=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 239 (93.75% from 255 or 75.63% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEF02 is #B410FD. Grayscale: #A3A3A3. Windows color (decimal): -11800830 or 192331. OLE color: 192331.
HSL color Cylindrical-coordinate representation of color #4BEF02: hue angle of 101.52º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BEF02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.06 |
| HSL | 101.52º | 0.98% | 0.47% | - |
| HSV(B) | 101.52º | 0.99% | 0.94% | - |
| XYZ | 33.78 | 63.23 | 10.48 | - |
| YUV | 162.95 | 37.17 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 2 | 0.69 | 0 | 0.99 | 0.06 | 101.52 | 0.98 | 0.47 |
| Hex | 4B | EF | 2 | 45 | 0 | 63 | 6 | 66 | 62 | 2F |
| Octal | 113 | 357 | 2 | 105 | 0 | 143 | 6 | 146 | 142 | 57 |
| Binary | 1001011 | 11101111 | 10 | 1000101 | 0 | 1100011 | 110 | 1100110 | 1100010 | 101111 |
Color Harmonies of #4BEF02
Complementary color
Monochromatic Colors of #4BEF02
Black with #4BEF02
Text Example
Text Example
White with #4BEF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEF02; }
p { color: rgb(75,239,2); }
H1.HeaderClassName
{
color: #4BEF02;
}
.AnyTagClassName
{
color: #4BEF02;
}
</style>
background-color css
<style>
a { background-color: #4BEF02; }
a { background-color: rgb(75,239,2); }
div.DivClassName
{
background-color: #4BEF02;
}
.BgClassName
{
background-color: #4BEF02;
}
</style>
border-color css
<style>
span { border-color: #4BEF02; }
span { border-color: rgb(75,239,2); }
td.TdClassName
{
border-color: #4BEF02;
}
.TagClassName
{
border-color: #4BEF02;
}
</style>