Shades of Harlequin #54F028
Tints of Harlequin #54F028
RGB
CMYK
RGB Variations
Color information
#54F028 (or 0x54F028) is known color: Harlequin. HEX triplet: 54, F0 and 28. RGB value is (84,240,40). Sum of RGB (Red+Green+Blue) = 84+240+40=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #54F028 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F028 is #AB0FD7. Grayscale: #ABABAB. Windows color (decimal): -11210712 or 2682964. OLE color: 2682964.
HSL color Cylindrical-coordinate representation of color #54F028: hue angle of 106.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54F028 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 240 | 40 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.06 |
| HSL | 106.8º | 0.87% | 0.55% | - |
| HSV(B) | 106.8º | 0.83% | 0.94% | - |
| XYZ | 35.2 | 64.36 | 12.57 | - |
| YUV | 170.56 | 54.32 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 40 | 0.65 | 0 | 0.83 | 0.06 | 106.8 | 0.87 | 0.55 |
| Hex | 54 | F0 | 28 | 41 | 0 | 53 | 6 | 6B | 57 | 37 |
| Octal | 124 | 360 | 50 | 101 | 0 | 123 | 6 | 153 | 127 | 67 |
| Binary | 1010100 | 11110000 | 101000 | 1000001 | 0 | 1010011 | 110 | 1101011 | 1010111 | 110111 |
Color Harmonies of #54F028
Complementary color
Monochromatic Colors of #54F028
Black with #54F028
Text Example
Text Example
White with #54F028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F028; }
p { color: rgb(84,240,40); }
H1.HeaderClassName
{
color: #54F028;
}
.AnyTagClassName
{
color: #54F028;
}
</style>
background-color css
<style>
a { background-color: #54F028; }
a { background-color: rgb(84,240,40); }
div.DivClassName
{
background-color: #54F028;
}
.BgClassName
{
background-color: #54F028;
}
</style>
border-color css
<style>
span { border-color: #54F028; }
span { border-color: rgb(84,240,40); }
td.TdClassName
{
border-color: #54F028;
}
.TagClassName
{
border-color: #54F028;
}
</style>