Shades of Harlequin #54F124
Tints of Harlequin #54F124
RGB
CMYK
RGB Variations
Color information
#54F124 (or 0x54F124) is known color: Harlequin. HEX triplet: 54, F1 and 24. RGB value is (84,241,36). Sum of RGB (Red+Green+Blue) = 84+241+36=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #54F124 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F124 is #AB0EDB. Grayscale: #ABABAB. Windows color (decimal): -11210460 or 2421076. OLE color: 2421076.
HSL color Cylindrical-coordinate representation of color #54F124: hue angle of 105.95º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54F124 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 241 | 36 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.05 |
| HSL | 105.95º | 0.88% | 0.54% | - |
| HSV(B) | 105.95º | 0.85% | 0.95% | - |
| XYZ | 35.43 | 64.92 | 12.33 | - |
| YUV | 170.69 | 51.99 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 241 | 36 | 0.65 | 0 | 0.85 | 0.05 | 105.95 | 0.88 | 0.54 |
| Hex | 54 | F1 | 24 | 41 | 0 | 55 | 5 | 6A | 58 | 36 |
| Octal | 124 | 361 | 44 | 101 | 0 | 125 | 5 | 152 | 130 | 66 |
| Binary | 1010100 | 11110001 | 100100 | 1000001 | 0 | 1010101 | 101 | 1101010 | 1011000 | 110110 |
Color Harmonies of #54F124
Complementary color
Monochromatic Colors of #54F124
Black with #54F124
Text Example
Text Example
White with #54F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F124; }
p { color: rgb(84,241,36); }
H1.HeaderClassName
{
color: #54F124;
}
.AnyTagClassName
{
color: #54F124;
}
</style>
background-color css
<style>
a { background-color: #54F124; }
a { background-color: rgb(84,241,36); }
div.DivClassName
{
background-color: #54F124;
}
.BgClassName
{
background-color: #54F124;
}
</style>
border-color css
<style>
span { border-color: #54F124; }
span { border-color: rgb(84,241,36); }
td.TdClassName
{
border-color: #54F124;
}
.TagClassName
{
border-color: #54F124;
}
</style>