Shades of Harlequin #4BE600
Tints of Harlequin #4BE600
RGB
CMYK
RGB Variations
Color information
#4BE600 (or 0x4BE600) is known color: Harlequin. HEX triplet: 4B, E6 and 00. RGB value is (75,230,0). Sum of RGB (Red+Green+Blue) = 75+230+0=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 230 (90.23% from 255 or 75.41% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BE600 is #B419FF. Grayscale: #9E9E9E. Windows color (decimal): -11803136 or 58955. OLE color: 58955.
HSL color Cylindrical-coordinate representation of color #4BE600: hue angle of 100.43º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BE600 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 230 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.10 |
| HSL | 100.43º | 1% | 0.45% | - |
| HSV(B) | 100.43º | 1% | 0.9% | - |
| XYZ | 31.2 | 58.09 | 9.57 | - |
| YUV | 157.44 | 39.15 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 230 | 0 | 0.67 | 0 | 1 | 0.10 | 100.43 | 1 | 0.45 |
| Hex | 4B | E6 | 0 | 43 | 0 | 64 | A | 64 | 64 | 2D |
| Octal | 113 | 346 | 0 | 103 | 0 | 144 | 12 | 144 | 144 | 55 |
| Binary | 1001011 | 11100110 | 0 | 1000011 | 0 | 1100100 | 1010 | 1100100 | 1100100 | 101101 |
Color Harmonies of #4BE600
Complementary color
Monochromatic Colors of #4BE600
Black with #4BE600
Text Example
Text Example
White with #4BE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE600; }
p { color: rgb(75,230,0); }
H1.HeaderClassName
{
color: #4BE600;
}
.AnyTagClassName
{
color: #4BE600;
}
</style>
background-color css
<style>
a { background-color: #4BE600; }
a { background-color: rgb(75,230,0); }
div.DivClassName
{
background-color: #4BE600;
}
.BgClassName
{
background-color: #4BE600;
}
</style>
border-color css
<style>
span { border-color: #4BE600; }
span { border-color: rgb(75,230,0); }
td.TdClassName
{
border-color: #4BE600;
}
.TagClassName
{
border-color: #4BE600;
}
</style>