Shades of Harlequin #4BF525
Tints of Harlequin #4BF525
RGB
CMYK
RGB Variations
Color information
#4BF525 (or 0x4BF525) is known color: Harlequin. HEX triplet: 4B, F5 and 25. RGB value is (75,245,37). Sum of RGB (Red+Green+Blue) = 75+245+37=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 245 (96.09% from 255 or 68.63% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF525 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF525 is #B40ADA. Grayscale: #ABABAB. Windows color (decimal): -11799259 or 2487627. OLE color: 2487627.
HSL color Cylindrical-coordinate representation of color #4BF525: hue angle of 109.04º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4BF525 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 245 | 37 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.04 |
| HSL | 109.04º | 0.91% | 0.55% | - |
| HSV(B) | 109.04º | 0.85% | 0.96% | - |
| XYZ | 35.89 | 66.93 | 12.78 | - |
| YUV | 170.46 | 52.68 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 245 | 37 | 0.69 | 0 | 0.85 | 0.04 | 109.04 | 0.91 | 0.55 |
| Hex | 4B | F5 | 25 | 45 | 0 | 55 | 4 | 6D | 5B | 37 |
| Octal | 113 | 365 | 45 | 105 | 0 | 125 | 4 | 155 | 133 | 67 |
| Binary | 1001011 | 11110101 | 100101 | 1000101 | 0 | 1010101 | 100 | 1101101 | 1011011 | 110111 |
Color Harmonies of #4BF525
Complementary color
Monochromatic Colors of #4BF525
Black with #4BF525
Text Example
Text Example
White with #4BF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF525; }
p { color: rgb(75,245,37); }
H1.HeaderClassName
{
color: #4BF525;
}
.AnyTagClassName
{
color: #4BF525;
}
</style>
background-color css
<style>
a { background-color: #4BF525; }
a { background-color: rgb(75,245,37); }
div.DivClassName
{
background-color: #4BF525;
}
.BgClassName
{
background-color: #4BF525;
}
</style>
border-color css
<style>
span { border-color: #4BF525; }
span { border-color: rgb(75,245,37); }
td.TdClassName
{
border-color: #4BF525;
}
.TagClassName
{
border-color: #4BF525;
}
</style>