Shades of Harlequin #4BE314
Tints of Harlequin #4BE314
RGB
CMYK
RGB Variations
Color information
#4BE314 (or 0x4BE314) is known color: Harlequin. HEX triplet: 4B, E3 and 14. RGB value is (75,227,20). Sum of RGB (Red+Green+Blue) = 75+227+20=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE314 is #B41CEB. Grayscale: #9E9E9E. Windows color (decimal): -11803884 or 1368907. OLE color: 1368907.
HSL color Cylindrical-coordinate representation of color #4BE314: hue angle of 104.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BE314 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 227 | 20 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.11 |
| HSL | 104.06º | 0.84% | 0.48% | - |
| HSV(B) | 104.06º | 0.91% | 0.89% | - |
| XYZ | 30.5 | 56.48 | 9.96 | - |
| YUV | 157.95 | 50.14 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 227 | 20 | 0.67 | 0 | 0.91 | 0.11 | 104.06 | 0.84 | 0.48 |
| Hex | 4B | E3 | 14 | 43 | 0 | 5B | B | 68 | 54 | 30 |
| Octal | 113 | 343 | 24 | 103 | 0 | 133 | 13 | 150 | 124 | 60 |
| Binary | 1001011 | 11100011 | 10100 | 1000011 | 0 | 1011011 | 1011 | 1101000 | 1010100 | 110000 |
Color Harmonies of #4BE314
Complementary color
Monochromatic Colors of #4BE314
Black with #4BE314
Text Example
Text Example
White with #4BE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE314; }
p { color: rgb(75,227,20); }
H1.HeaderClassName
{
color: #4BE314;
}
.AnyTagClassName
{
color: #4BE314;
}
</style>
background-color css
<style>
a { background-color: #4BE314; }
a { background-color: rgb(75,227,20); }
div.DivClassName
{
background-color: #4BE314;
}
.BgClassName
{
background-color: #4BE314;
}
</style>
border-color css
<style>
span { border-color: #4BE314; }
span { border-color: rgb(75,227,20); }
td.TdClassName
{
border-color: #4BE314;
}
.TagClassName
{
border-color: #4BE314;
}
</style>