Shades of Harlequin #4BF100
Tints of Harlequin #4BF100
RGB
CMYK
RGB Variations
Color information
#4BF100 (or 0x4BF100) is known color: Harlequin. HEX triplet: 4B, F1 and 00. RGB value is (75,241,0). Sum of RGB (Red+Green+Blue) = 75+241+0=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF100 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF100 is #B40EFF. Grayscale: #A4A4A4. Windows color (decimal): -11800320 or 61771. OLE color: 61771.
HSL color Cylindrical-coordinate representation of color #4BF100: hue angle of 101.33º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BF100 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 241 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.05 |
| HSL | 101.33º | 1% | 0.47% | - |
| HSV(B) | 101.33º | 1% | 0.95% | - |
| XYZ | 34.36 | 64.41 | 10.62 | - |
| YUV | 163.89 | 35.5 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 241 | 0 | 0.69 | 0 | 1 | 0.05 | 101.33 | 1 | 0.47 |
| Hex | 4B | F1 | 0 | 45 | 0 | 64 | 5 | 65 | 64 | 2F |
| Octal | 113 | 361 | 0 | 105 | 0 | 144 | 5 | 145 | 144 | 57 |
| Binary | 1001011 | 11110001 | 0 | 1000101 | 0 | 1100100 | 101 | 1100101 | 1100100 | 101111 |
Color Harmonies of #4BF100
Complementary color
Monochromatic Colors of #4BF100
Black with #4BF100
Text Example
Text Example
White with #4BF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF100; }
p { color: rgb(75,241,0); }
H1.HeaderClassName
{
color: #4BF100;
}
.AnyTagClassName
{
color: #4BF100;
}
</style>
background-color css
<style>
a { background-color: #4BF100; }
a { background-color: rgb(75,241,0); }
div.DivClassName
{
background-color: #4BF100;
}
.BgClassName
{
background-color: #4BF100;
}
</style>
border-color css
<style>
span { border-color: #4BF100; }
span { border-color: rgb(75,241,0); }
td.TdClassName
{
border-color: #4BF100;
}
.TagClassName
{
border-color: #4BF100;
}
</style>