Shades of Harlequin #54F01C
Tints of Harlequin #54F01C
RGB
CMYK
RGB Variations
Color information
#54F01C (or 0x54F01C) is known color: Harlequin. HEX triplet: 54, F0 and 1C. RGB value is (84,240,28). Sum of RGB (Red+Green+Blue) = 84+240+28=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #54F01C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F01C is #AB0FE3. Grayscale: #A9A9A9. Windows color (decimal): -11210724 or 1896532. OLE color: 1896532.
HSL color Cylindrical-coordinate representation of color #54F01C: hue angle of 104.15º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54F01C is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 240 | 28 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.06 |
| HSL | 104.15º | 0.88% | 0.53% | - |
| HSV(B) | 104.15º | 0.88% | 0.94% | - |
| XYZ | 35.03 | 64.29 | 11.66 | - |
| YUV | 169.19 | 48.32 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 28 | 0.65 | 0 | 0.88 | 0.06 | 104.15 | 0.88 | 0.53 |
| Hex | 54 | F0 | 1C | 41 | 0 | 58 | 6 | 68 | 58 | 35 |
| Octal | 124 | 360 | 34 | 101 | 0 | 130 | 6 | 150 | 130 | 65 |
| Binary | 1010100 | 11110000 | 11100 | 1000001 | 0 | 1011000 | 110 | 1101000 | 1011000 | 110101 |
Color Harmonies of #54F01C
Complementary color
Monochromatic Colors of #54F01C
Black with #54F01C
Text Example
Text Example
White with #54F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F01C; }
p { color: rgb(84,240,28); }
H1.HeaderClassName
{
color: #54F01C;
}
.AnyTagClassName
{
color: #54F01C;
}
</style>
background-color css
<style>
a { background-color: #54F01C; }
a { background-color: rgb(84,240,28); }
div.DivClassName
{
background-color: #54F01C;
}
.BgClassName
{
background-color: #54F01C;
}
</style>
border-color css
<style>
span { border-color: #54F01C; }
span { border-color: rgb(84,240,28); }
td.TdClassName
{
border-color: #54F01C;
}
.TagClassName
{
border-color: #54F01C;
}
</style>