Shades of Harlequin #54F120
Tints of Harlequin #54F120
RGB
CMYK
RGB Variations
Color information
#54F120 (or 0x54F120) is known color: Harlequin. HEX triplet: 54, F1 and 20. RGB value is (84,241,32). Sum of RGB (Red+Green+Blue) = 84+241+32=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #54F120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F120 is #AB0EDF. Grayscale: #AAAAAA. Windows color (decimal): -11210464 or 2158932. OLE color: 2158932.
HSL color Cylindrical-coordinate representation of color #54F120: hue angle of 105.07º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54F120 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 241 | 32 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.05 |
| HSL | 105.07º | 0.88% | 0.54% | - |
| HSV(B) | 105.07º | 0.87% | 0.95% | - |
| XYZ | 35.37 | 64.9 | 12.03 | - |
| YUV | 170.23 | 49.99 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 241 | 32 | 0.65 | 0 | 0.87 | 0.05 | 105.07 | 0.88 | 0.54 |
| Hex | 54 | F1 | 20 | 41 | 0 | 57 | 5 | 69 | 58 | 36 |
| Octal | 124 | 361 | 40 | 101 | 0 | 127 | 5 | 151 | 130 | 66 |
| Binary | 1010100 | 11110001 | 100000 | 1000001 | 0 | 1010111 | 101 | 1101001 | 1011000 | 110110 |
Color Harmonies of #54F120
Complementary color
Monochromatic Colors of #54F120
Black with #54F120
Text Example
Text Example
White with #54F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F120; }
p { color: rgb(84,241,32); }
H1.HeaderClassName
{
color: #54F120;
}
.AnyTagClassName
{
color: #54F120;
}
</style>
background-color css
<style>
a { background-color: #54F120; }
a { background-color: rgb(84,241,32); }
div.DivClassName
{
background-color: #54F120;
}
.BgClassName
{
background-color: #54F120;
}
</style>
border-color css
<style>
span { border-color: #54F120; }
span { border-color: rgb(84,241,32); }
td.TdClassName
{
border-color: #54F120;
}
.TagClassName
{
border-color: #54F120;
}
</style>