Shades of Harlequin #4BF80B
Tints of Harlequin #4BF80B
RGB
CMYK
RGB Variations
Color information
#4BF80B (or 0x4BF80B) is known color: Harlequin. HEX triplet: 4B, F8 and 0B. RGB value is (75,248,11). Sum of RGB (Red+Green+Blue) = 75+248+11=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 248 (97.27% from 255 or 74.25% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF80B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF80B is #B407F4. Grayscale: #AAAAAA. Windows color (decimal): -11798517 or 784459. OLE color: 784459.
HSL color Cylindrical-coordinate representation of color #4BF80B: hue angle of 103.8º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4BF80B is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 248 | 11 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.03 |
| HSL | 103.8º | 0.94% | 0.51% | - |
| HSV(B) | 103.8º | 0.96% | 0.97% | - |
| XYZ | 36.53 | 68.65 | 11.64 | - |
| YUV | 169.26 | 38.69 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 248 | 11 | 0.70 | 0 | 0.96 | 0.03 | 103.8 | 0.94 | 0.51 |
| Hex | 4B | F8 | B | 46 | 0 | 60 | 3 | 68 | 5E | 33 |
| Octal | 113 | 370 | 13 | 106 | 0 | 140 | 3 | 150 | 136 | 63 |
| Binary | 1001011 | 11111000 | 1011 | 1000110 | 0 | 1100000 | 11 | 1101000 | 1011110 | 110011 |
Color Harmonies of #4BF80B
Complementary color
Monochromatic Colors of #4BF80B
Black with #4BF80B
Text Example
Text Example
White with #4BF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF80B; }
p { color: rgb(75,248,11); }
H1.HeaderClassName
{
color: #4BF80B;
}
.AnyTagClassName
{
color: #4BF80B;
}
</style>
background-color css
<style>
a { background-color: #4BF80B; }
a { background-color: rgb(75,248,11); }
div.DivClassName
{
background-color: #4BF80B;
}
.BgClassName
{
background-color: #4BF80B;
}
</style>
border-color css
<style>
span { border-color: #4BF80B; }
span { border-color: rgb(75,248,11); }
td.TdClassName
{
border-color: #4BF80B;
}
.TagClassName
{
border-color: #4BF80B;
}
</style>