Shades of Harlequin #4BF519
Tints of Harlequin #4BF519
RGB
CMYK
RGB Variations
Color information
#4BF519 (or 0x4BF519) is known color: Harlequin. HEX triplet: 4B, F5 and 19. RGB value is (75,245,25). Sum of RGB (Red+Green+Blue) = 75+245+25=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 245 (96.09% from 255 or 71.01% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF519 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF519 is #B40AE6. Grayscale: #A9A9A9. Windows color (decimal): -11799271 or 1701195. OLE color: 1701195.
HSL color Cylindrical-coordinate representation of color #4BF519: hue angle of 106.36º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BF519 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 245 | 25 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.04 |
| HSL | 106.36º | 0.92% | 0.53% | - |
| HSV(B) | 106.36º | 0.9% | 0.96% | - |
| XYZ | 35.73 | 66.87 | 11.94 | - |
| YUV | 169.09 | 46.68 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 245 | 25 | 0.69 | 0 | 0.90 | 0.04 | 106.36 | 0.92 | 0.53 |
| Hex | 4B | F5 | 19 | 45 | 0 | 5A | 4 | 6A | 5C | 35 |
| Octal | 113 | 365 | 31 | 105 | 0 | 132 | 4 | 152 | 134 | 65 |
| Binary | 1001011 | 11110101 | 11001 | 1000101 | 0 | 1011010 | 100 | 1101010 | 1011100 | 110101 |
Color Harmonies of #4BF519
Complementary color
Monochromatic Colors of #4BF519
Black with #4BF519
Text Example
Text Example
White with #4BF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF519; }
p { color: rgb(75,245,25); }
H1.HeaderClassName
{
color: #4BF519;
}
.AnyTagClassName
{
color: #4BF519;
}
</style>
background-color css
<style>
a { background-color: #4BF519; }
a { background-color: rgb(75,245,25); }
div.DivClassName
{
background-color: #4BF519;
}
.BgClassName
{
background-color: #4BF519;
}
</style>
border-color css
<style>
span { border-color: #4BF519; }
span { border-color: rgb(75,245,25); }
td.TdClassName
{
border-color: #4BF519;
}
.TagClassName
{
border-color: #4BF519;
}
</style>