Shades of Harlequin #4BFF28
Tints of Harlequin #4BFF28
RGB
CMYK
RGB Variations
Color information
#4BFF28 (or 0x4BFF28) is known color: Harlequin. HEX triplet: 4B, FF and 28. RGB value is (75,255,40). Sum of RGB (Red+Green+Blue) = 75+255+40=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFF28 is #B400D7. Grayscale: #B1B1B1. Windows color (decimal): -11796696 or 2686795. OLE color: 2686795.
HSL color Cylindrical-coordinate representation of color #4BFF28: hue angle of 110.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4BFF28 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 40 | - |
| CMYK | 0.71 | 0 | 0.84 | 0 |
| HSL | 110.23º | 1% | 0.58% | - |
| HSV(B) | 110.23º | 0.84% | 1% | - |
| XYZ | 39.04 | 73.17 | 14.07 | - |
| YUV | 176.67 | 50.87 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 40 | 0.71 | 0 | 0.84 | 0 | 110.23 | 1 | 0.58 |
| Hex | 4B | FF | 28 | 47 | 0 | 54 | 0 | 6E | 64 | 3A |
| Octal | 113 | 377 | 50 | 107 | 0 | 124 | 0 | 156 | 144 | 72 |
| Binary | 1001011 | 11111111 | 101000 | 1000111 | 0 | 1010100 | 0 | 1101110 | 1100100 | 111010 |
Color Harmonies of #4BFF28
Complementary color
Monochromatic Colors of #4BFF28
Black with #4BFF28
Text Example
Text Example
White with #4BFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFF28; }
p { color: rgb(75,255,40); }
H1.HeaderClassName
{
color: #4BFF28;
}
.AnyTagClassName
{
color: #4BFF28;
}
</style>
background-color css
<style>
a { background-color: #4BFF28; }
a { background-color: rgb(75,255,40); }
div.DivClassName
{
background-color: #4BFF28;
}
.BgClassName
{
background-color: #4BFF28;
}
</style>
border-color css
<style>
span { border-color: #4BFF28; }
span { border-color: rgb(75,255,40); }
td.TdClassName
{
border-color: #4BFF28;
}
.TagClassName
{
border-color: #4BFF28;
}
</style>