Shades of Harlequin #4BF503
Tints of Harlequin #4BF503
RGB
CMYK
RGB Variations
Color information
#4BF503 (or 0x4BF503) is known color: Harlequin. HEX triplet: 4B, F5 and 03. RGB value is (75,245,3). Sum of RGB (Red+Green+Blue) = 75+245+3=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 245 (96.09% from 255 or 75.85% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF503 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF503 is #B40AFC. Grayscale: #A7A7A7. Windows color (decimal): -11799293 or 259403. OLE color: 259403.
HSL color Cylindrical-coordinate representation of color #4BF503: hue angle of 102.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BF503 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 245 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.04 |
| HSL | 102.15º | 0.98% | 0.49% | - |
| HSV(B) | 102.15º | 0.99% | 0.96% | - |
| XYZ | 35.57 | 66.81 | 11.11 | - |
| YUV | 166.58 | 35.68 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 245 | 3 | 0.69 | 0 | 0.99 | 0.04 | 102.15 | 0.98 | 0.49 |
| Hex | 4B | F5 | 3 | 45 | 0 | 63 | 4 | 66 | 62 | 31 |
| Octal | 113 | 365 | 3 | 105 | 0 | 143 | 4 | 146 | 142 | 61 |
| Binary | 1001011 | 11110101 | 11 | 1000101 | 0 | 1100011 | 100 | 1100110 | 1100010 | 110001 |
Color Harmonies of #4BF503
Complementary color
Monochromatic Colors of #4BF503
Black with #4BF503
Text Example
Text Example
White with #4BF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF503; }
p { color: rgb(75,245,3); }
H1.HeaderClassName
{
color: #4BF503;
}
.AnyTagClassName
{
color: #4BF503;
}
</style>
background-color css
<style>
a { background-color: #4BF503; }
a { background-color: rgb(75,245,3); }
div.DivClassName
{
background-color: #4BF503;
}
.BgClassName
{
background-color: #4BF503;
}
</style>
border-color css
<style>
span { border-color: #4BF503; }
span { border-color: rgb(75,245,3); }
td.TdClassName
{
border-color: #4BF503;
}
.TagClassName
{
border-color: #4BF503;
}
</style>