Shades of Harlequin #4BFB10
Tints of Harlequin #4BFB10
RGB
CMYK
RGB Variations
Color information
#4BFB10 (or 0x4BFB10) is known color: Harlequin. HEX triplet: 4B, FB and 10. RGB value is (75,251,16). Sum of RGB (Red+Green+Blue) = 75+251+16=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 251 (98.44% from 255 or 73.39% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFB10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFB10 is #B404EF. Grayscale: #ACACAC. Windows color (decimal): -11797744 or 1112907. OLE color: 1112907.
HSL color Cylindrical-coordinate representation of color #4BFB10: hue angle of 104.94º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BFB10 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 16 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.02 |
| HSL | 104.94º | 0.97% | 0.52% | - |
| HSV(B) | 104.94º | 0.94% | 0.98% | - |
| XYZ | 37.49 | 70.53 | 12.13 | - |
| YUV | 171.59 | 40.19 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 16 | 0.70 | 0 | 0.94 | 0.02 | 104.94 | 0.97 | 0.52 |
| Hex | 4B | FB | 10 | 46 | 0 | 5E | 2 | 69 | 61 | 34 |
| Octal | 113 | 373 | 20 | 106 | 0 | 136 | 2 | 151 | 141 | 64 |
| Binary | 1001011 | 11111011 | 10000 | 1000110 | 0 | 1011110 | 10 | 1101001 | 1100001 | 110100 |
Color Harmonies of #4BFB10
Complementary color
Monochromatic Colors of #4BFB10
Black with #4BFB10
Text Example
Text Example
White with #4BFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFB10; }
p { color: rgb(75,251,16); }
H1.HeaderClassName
{
color: #4BFB10;
}
.AnyTagClassName
{
color: #4BFB10;
}
</style>
background-color css
<style>
a { background-color: #4BFB10; }
a { background-color: rgb(75,251,16); }
div.DivClassName
{
background-color: #4BFB10;
}
.BgClassName
{
background-color: #4BFB10;
}
</style>
border-color css
<style>
span { border-color: #4BFB10; }
span { border-color: rgb(75,251,16); }
td.TdClassName
{
border-color: #4BFB10;
}
.TagClassName
{
border-color: #4BFB10;
}
</style>