Shades of Harlequin #4FF525
Tints of Harlequin #4FF525
RGB
CMYK
RGB Variations
Color information
#4FF525 (or 0x4FF525) is known color: Harlequin. HEX triplet: 4F, F5 and 25. RGB value is (79,245,37). Sum of RGB (Red+Green+Blue) = 79+245+37=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 245 (96.09% from 255 or 67.87% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 245 - color contains mainly: green. Hex color #4FF525 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF525 is #B00ADA. Grayscale: #ACACAC. Windows color (decimal): -11537115 or 2487631. OLE color: 2487631.
HSL color Cylindrical-coordinate representation of color #4FF525: hue angle of 107.88º 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 #4FF525 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 245 | 37 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.04 |
| HSL | 107.88º | 0.91% | 0.55% | - |
| HSV(B) | 107.88º | 0.85% | 0.96% | - |
| XYZ | 36.21 | 67.1 | 12.79 | - |
| YUV | 171.65 | 52 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 245 | 37 | 0.68 | 0 | 0.85 | 0.04 | 107.88 | 0.91 | 0.55 |
| Hex | 4F | F5 | 25 | 44 | 0 | 55 | 4 | 6C | 5B | 37 |
| Octal | 117 | 365 | 45 | 104 | 0 | 125 | 4 | 154 | 133 | 67 |
| Binary | 1001111 | 11110101 | 100101 | 1000100 | 0 | 1010101 | 100 | 1101100 | 1011011 | 110111 |
Color Harmonies of #4FF525
Complementary color
Monochromatic Colors of #4FF525
Black with #4FF525
Text Example
Text Example
White with #4FF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF525; }
p { color: rgb(79,245,37); }
H1.HeaderClassName
{
color: #4FF525;
}
.AnyTagClassName
{
color: #4FF525;
}
</style>
background-color css
<style>
a { background-color: #4FF525; }
a { background-color: rgb(79,245,37); }
div.DivClassName
{
background-color: #4FF525;
}
.BgClassName
{
background-color: #4FF525;
}
</style>
border-color css
<style>
span { border-color: #4FF525; }
span { border-color: rgb(79,245,37); }
td.TdClassName
{
border-color: #4FF525;
}
.TagClassName
{
border-color: #4FF525;
}
</style>