Shades of Harlequin #54F02C
Tints of Harlequin #54F02C
RGB
CMYK
RGB Variations
Color information
#54F02C (or 0x54F02C) is known color: Harlequin. HEX triplet: 54, F0 and 2C. RGB value is (84,240,44). Sum of RGB (Red+Green+Blue) = 84+240+44=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #54F02C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F02C is #AB0FD3. Grayscale: #ABABAB. Windows color (decimal): -11210708 or 2945108. OLE color: 2945108.
HSL color Cylindrical-coordinate representation of color #54F02C: hue angle of 107.76º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54F02C is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 240 | 44 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.06 |
| HSL | 107.76º | 0.87% | 0.56% | - |
| HSV(B) | 107.76º | 0.82% | 0.94% | - |
| XYZ | 35.27 | 64.39 | 12.95 | - |
| YUV | 171.01 | 56.32 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 44 | 0.65 | 0 | 0.82 | 0.06 | 107.76 | 0.87 | 0.56 |
| Hex | 54 | F0 | 2C | 41 | 0 | 52 | 6 | 6C | 57 | 38 |
| Octal | 124 | 360 | 54 | 101 | 0 | 122 | 6 | 154 | 127 | 70 |
| Binary | 1010100 | 11110000 | 101100 | 1000001 | 0 | 1010010 | 110 | 1101100 | 1010111 | 111000 |
Color Harmonies of #54F02C
Complementary color
Monochromatic Colors of #54F02C
Black with #54F02C
Text Example
Text Example
White with #54F02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F02C; }
p { color: rgb(84,240,44); }
H1.HeaderClassName
{
color: #54F02C;
}
.AnyTagClassName
{
color: #54F02C;
}
</style>
background-color css
<style>
a { background-color: #54F02C; }
a { background-color: rgb(84,240,44); }
div.DivClassName
{
background-color: #54F02C;
}
.BgClassName
{
background-color: #54F02C;
}
</style>
border-color css
<style>
span { border-color: #54F02C; }
span { border-color: rgb(84,240,44); }
td.TdClassName
{
border-color: #54F02C;
}
.TagClassName
{
border-color: #54F02C;
}
</style>