Shades of Harlequin #4BE700
Tints of Harlequin #4BE700
RGB
CMYK
RGB Variations
Color information
#4BE700 (or 0x4BE700) is known color: Harlequin. HEX triplet: 4B, E7 and 00. RGB value is (75,231,0). Sum of RGB (Red+Green+Blue) = 75+231+0=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 231 (90.62% from 255 or 75.49% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 231 - color contains mainly: green. Hex color #4BE700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BE700 is #B418FF. Grayscale: #9E9E9E. Windows color (decimal): -11802880 or 59211. OLE color: 59211.
HSL color Cylindrical-coordinate representation of color #4BE700: hue angle of 100.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BE700 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 231 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.09 |
| HSL | 100.52º | 1% | 0.45% | - |
| HSV(B) | 100.52º | 1% | 0.91% | - |
| XYZ | 31.48 | 58.65 | 9.66 | - |
| YUV | 158.02 | 38.82 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 231 | 0 | 0.68 | 0 | 1 | 0.09 | 100.52 | 1 | 0.45 |
| Hex | 4B | E7 | 0 | 44 | 0 | 64 | 9 | 65 | 64 | 2D |
| Octal | 113 | 347 | 0 | 104 | 0 | 144 | 11 | 145 | 144 | 55 |
| Binary | 1001011 | 11100111 | 0 | 1000100 | 0 | 1100100 | 1001 | 1100101 | 1100100 | 101101 |
Color Harmonies of #4BE700
Complementary color
Monochromatic Colors of #4BE700
Black with #4BE700
Text Example
Text Example
White with #4BE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE700; }
p { color: rgb(75,231,0); }
H1.HeaderClassName
{
color: #4BE700;
}
.AnyTagClassName
{
color: #4BE700;
}
</style>
background-color css
<style>
a { background-color: #4BE700; }
a { background-color: rgb(75,231,0); }
div.DivClassName
{
background-color: #4BE700;
}
.BgClassName
{
background-color: #4BE700;
}
</style>
border-color css
<style>
span { border-color: #4BE700; }
span { border-color: rgb(75,231,0); }
td.TdClassName
{
border-color: #4BE700;
}
.TagClassName
{
border-color: #4BE700;
}
</style>