Shades of Harlequin #54F324
Tints of Harlequin #54F324
RGB
CMYK
RGB Variations
Color information
#54F324 (or 0x54F324) is known color: Harlequin. HEX triplet: 54, F3 and 24. RGB value is (84,243,36). Sum of RGB (Red+Green+Blue) = 84+243+36=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #54F324 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F324 is #AB0CDB. Grayscale: #ACACAC. Windows color (decimal): -11209948 or 2421588. OLE color: 2421588.
HSL color Cylindrical-coordinate representation of color #54F324: hue angle of 106.09º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54F324 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 243 | 36 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.05 |
| HSL | 106.09º | 0.9% | 0.55% | - |
| HSV(B) | 106.09º | 0.85% | 0.95% | - |
| XYZ | 36.03 | 66.11 | 12.53 | - |
| YUV | 171.86 | 51.32 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 243 | 36 | 0.65 | 0 | 0.85 | 0.05 | 106.09 | 0.9 | 0.55 |
| Hex | 54 | F3 | 24 | 41 | 0 | 55 | 5 | 6A | 5A | 37 |
| Octal | 124 | 363 | 44 | 101 | 0 | 125 | 5 | 152 | 132 | 67 |
| Binary | 1010100 | 11110011 | 100100 | 1000001 | 0 | 1010101 | 101 | 1101010 | 1011010 | 110111 |
Color Harmonies of #54F324
Complementary color
Monochromatic Colors of #54F324
Black with #54F324
Text Example
Text Example
White with #54F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F324; }
p { color: rgb(84,243,36); }
H1.HeaderClassName
{
color: #54F324;
}
.AnyTagClassName
{
color: #54F324;
}
</style>
background-color css
<style>
a { background-color: #54F324; }
a { background-color: rgb(84,243,36); }
div.DivClassName
{
background-color: #54F324;
}
.BgClassName
{
background-color: #54F324;
}
</style>
border-color css
<style>
span { border-color: #54F324; }
span { border-color: rgb(84,243,36); }
td.TdClassName
{
border-color: #54F324;
}
.TagClassName
{
border-color: #54F324;
}
</style>