Shades of Harlequin #4BFF1E
Tints of Harlequin #4BFF1E
RGB
CMYK
RGB Variations
Color information
#4BFF1E (or 0x4BFF1E) is known color: Harlequin. HEX triplet: 4B, FF and 1E. RGB value is (75,255,30). Sum of RGB (Red+Green+Blue) = 75+255+30=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFF1E is #B400E1. Grayscale: #B0B0B0. Windows color (decimal): -11796706 or 2031435. OLE color: 2031435.
HSL color Cylindrical-coordinate representation of color #4BFF1E: hue angle of 108º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BFF1E is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 30 | - |
| CMYK | 0.71 | 0 | 0.88 | 0 |
| HSL | 108º | 1% | 0.56% | - |
| HSV(B) | 108º | 0.88% | 1% | - |
| XYZ | 38.9 | 73.11 | 13.29 | - |
| YUV | 175.53 | 45.87 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 30 | 0.71 | 0 | 0.88 | 0 | 108 | 1 | 0.56 |
| Hex | 4B | FF | 1E | 47 | 0 | 58 | 0 | 6C | 64 | 38 |
| Octal | 113 | 377 | 36 | 107 | 0 | 130 | 0 | 154 | 144 | 70 |
| Binary | 1001011 | 11111111 | 11110 | 1000111 | 0 | 1011000 | 0 | 1101100 | 1100100 | 111000 |
Color Harmonies of #4BFF1E
Complementary color
Monochromatic Colors of #4BFF1E
Black with #4BFF1E
Text Example
Text Example
White with #4BFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFF1E; }
p { color: rgb(75,255,30); }
H1.HeaderClassName
{
color: #4BFF1E;
}
.AnyTagClassName
{
color: #4BFF1E;
}
</style>
background-color css
<style>
a { background-color: #4BFF1E; }
a { background-color: rgb(75,255,30); }
div.DivClassName
{
background-color: #4BFF1E;
}
.BgClassName
{
background-color: #4BFF1E;
}
</style>
border-color css
<style>
span { border-color: #4BFF1E; }
span { border-color: rgb(75,255,30); }
td.TdClassName
{
border-color: #4BFF1E;
}
.TagClassName
{
border-color: #4BFF1E;
}
</style>