Shades of Harlequin #4BE308
Tints of Harlequin #4BE308
RGB
CMYK
RGB Variations
Color information
#4BE308 (or 0x4BE308) is known color: Harlequin. HEX triplet: 4B, E3 and 08. RGB value is (75,227,8). Sum of RGB (Red+Green+Blue) = 75+227+8=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE308 is #B41CF7. Grayscale: #9D9D9D. Windows color (decimal): -11803896 or 582475. OLE color: 582475.
HSL color Cylindrical-coordinate representation of color #4BE308: hue angle of 101.64º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4BE308 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 227 | 8 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.11 |
| HSL | 101.64º | 0.93% | 0.46% | - |
| HSV(B) | 101.64º | 0.96% | 0.89% | - |
| XYZ | 30.41 | 56.45 | 9.52 | - |
| YUV | 156.59 | 44.14 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 227 | 8 | 0.67 | 0 | 0.96 | 0.11 | 101.64 | 0.93 | 0.46 |
| Hex | 4B | E3 | 8 | 43 | 0 | 60 | B | 66 | 5D | 2E |
| Octal | 113 | 343 | 10 | 103 | 0 | 140 | 13 | 146 | 135 | 56 |
| Binary | 1001011 | 11100011 | 1000 | 1000011 | 0 | 1100000 | 1011 | 1100110 | 1011101 | 101110 |
Color Harmonies of #4BE308
Complementary color
Monochromatic Colors of #4BE308
Black with #4BE308
Text Example
Text Example
White with #4BE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE308; }
p { color: rgb(75,227,8); }
H1.HeaderClassName
{
color: #4BE308;
}
.AnyTagClassName
{
color: #4BE308;
}
</style>
background-color css
<style>
a { background-color: #4BE308; }
a { background-color: rgb(75,227,8); }
div.DivClassName
{
background-color: #4BE308;
}
.BgClassName
{
background-color: #4BE308;
}
</style>
border-color css
<style>
span { border-color: #4BE308; }
span { border-color: rgb(75,227,8); }
td.TdClassName
{
border-color: #4BE308;
}
.TagClassName
{
border-color: #4BE308;
}
</style>