Shades of Harlequin #4BF215
Tints of Harlequin #4BF215
RGB
CMYK
RGB Variations
Color information
#4BF215 (or 0x4BF215) is known color: Harlequin. HEX triplet: 4B, F2 and 15. RGB value is (75,242,21). Sum of RGB (Red+Green+Blue) = 75+242+21=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF215 is #B40DEA. Grayscale: #A7A7A7. Windows color (decimal): -11800043 or 1438283. OLE color: 1438283.
HSL color Cylindrical-coordinate representation of color #4BF215: hue angle of 105.34º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BF215 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 21 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.05 |
| HSL | 105.34º | 0.89% | 0.52% | - |
| HSV(B) | 105.34º | 0.91% | 0.95% | - |
| XYZ | 34.79 | 65.05 | 11.43 | - |
| YUV | 166.87 | 45.67 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 21 | 0.69 | 0 | 0.91 | 0.05 | 105.34 | 0.89 | 0.52 |
| Hex | 4B | F2 | 15 | 45 | 0 | 5B | 5 | 69 | 59 | 34 |
| Octal | 113 | 362 | 25 | 105 | 0 | 133 | 5 | 151 | 131 | 64 |
| Binary | 1001011 | 11110010 | 10101 | 1000101 | 0 | 1011011 | 101 | 1101001 | 1011001 | 110100 |
Color Harmonies of #4BF215
Complementary color
Monochromatic Colors of #4BF215
Black with #4BF215
Text Example
Text Example
White with #4BF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF215; }
p { color: rgb(75,242,21); }
H1.HeaderClassName
{
color: #4BF215;
}
.AnyTagClassName
{
color: #4BF215;
}
</style>
background-color css
<style>
a { background-color: #4BF215; }
a { background-color: rgb(75,242,21); }
div.DivClassName
{
background-color: #4BF215;
}
.BgClassName
{
background-color: #4BF215;
}
</style>
border-color css
<style>
span { border-color: #4BF215; }
span { border-color: rgb(75,242,21); }
td.TdClassName
{
border-color: #4BF215;
}
.TagClassName
{
border-color: #4BF215;
}
</style>