Shades of Harlequin #4BE807
Tints of Harlequin #4BE807
RGB
CMYK
RGB Variations
Color information
#4BE807 (or 0x4BE807) is known color: Harlequin. HEX triplet: 4B, E8 and 07. RGB value is (75,232,7). Sum of RGB (Red+Green+Blue) = 75+232+7=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 232 (91.02% from 255 or 73.89% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE807 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BE807 is #B417F8. Grayscale: #A0A0A0. Windows color (decimal): -11802617 or 518219. OLE color: 518219.
HSL color Cylindrical-coordinate representation of color #4BE807: hue angle of 101.87º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4BE807 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 232 | 7 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.09 |
| HSL | 101.87º | 0.94% | 0.47% | - |
| HSV(B) | 101.87º | 0.97% | 0.91% | - |
| XYZ | 31.8 | 59.22 | 9.96 | - |
| YUV | 159.41 | 41.99 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 232 | 7 | 0.68 | 0 | 0.97 | 0.09 | 101.87 | 0.94 | 0.47 |
| Hex | 4B | E8 | 7 | 44 | 0 | 61 | 9 | 66 | 5E | 2F |
| Octal | 113 | 350 | 7 | 104 | 0 | 141 | 11 | 146 | 136 | 57 |
| Binary | 1001011 | 11101000 | 111 | 1000100 | 0 | 1100001 | 1001 | 1100110 | 1011110 | 101111 |
Color Harmonies of #4BE807
Complementary color
Monochromatic Colors of #4BE807
Black with #4BE807
Text Example
Text Example
White with #4BE807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE807; }
p { color: rgb(75,232,7); }
H1.HeaderClassName
{
color: #4BE807;
}
.AnyTagClassName
{
color: #4BE807;
}
</style>
background-color css
<style>
a { background-color: #4BE807; }
a { background-color: rgb(75,232,7); }
div.DivClassName
{
background-color: #4BE807;
}
.BgClassName
{
background-color: #4BE807;
}
</style>
border-color css
<style>
span { border-color: #4BE807; }
span { border-color: rgb(75,232,7); }
td.TdClassName
{
border-color: #4BE807;
}
.TagClassName
{
border-color: #4BE807;
}
</style>