Shades of Harlequin #3FF524
Tints of Harlequin #3FF524
RGB
CMYK
RGB Variations
Color information
#3FF524 (or 0x3FF524) is known color: Harlequin. HEX triplet: 3F, F5 and 24. RGB value is (63,245,36). Sum of RGB (Red+Green+Blue) = 63+245+36=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 245 (96.09% from 255 or 71.22% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF524 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF524 is #C00ADB. Grayscale: #A7A7A7. Windows color (decimal): -12585692 or 2422079. OLE color: 2422079.
HSL color Cylindrical-coordinate representation of color #3FF524: hue angle of 112.25º 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 #3FF524 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 36 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.04 |
| HSL | 112.25º | 0.91% | 0.55% | - |
| HSV(B) | 112.25º | 0.85% | 0.96% | - |
| XYZ | 35.02 | 66.49 | 12.66 | - |
| YUV | 166.76 | 54.2 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 36 | 0.74 | 0 | 0.85 | 0.04 | 112.25 | 0.91 | 0.55 |
| Hex | 3F | F5 | 24 | 4A | 0 | 55 | 4 | 70 | 5B | 37 |
| Octal | 77 | 365 | 44 | 112 | 0 | 125 | 4 | 160 | 133 | 67 |
| Binary | 111111 | 11110101 | 100100 | 1001010 | 0 | 1010101 | 100 | 1110000 | 1011011 | 110111 |
Color Harmonies of #3FF524
Complementary color
Monochromatic Colors of #3FF524
Black with #3FF524
Text Example
Text Example
White with #3FF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF524; }
p { color: rgb(63,245,36); }
H1.HeaderClassName
{
color: #3FF524;
}
.AnyTagClassName
{
color: #3FF524;
}
</style>
background-color css
<style>
a { background-color: #3FF524; }
a { background-color: rgb(63,245,36); }
div.DivClassName
{
background-color: #3FF524;
}
.BgClassName
{
background-color: #3FF524;
}
</style>
border-color css
<style>
span { border-color: #3FF524; }
span { border-color: rgb(63,245,36); }
td.TdClassName
{
border-color: #3FF524;
}
.TagClassName
{
border-color: #3FF524;
}
</style>