Shades of Harlequin #54EE20
Tints of Harlequin #54EE20
RGB
CMYK
RGB Variations
Color information
#54EE20 (or 0x54EE20) is known color: Harlequin. HEX triplet: 54, EE and 20. RGB value is (84,238,32). Sum of RGB (Red+Green+Blue) = 84+238+32=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 238 (93.36% from 255 or 67.23% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 238 - color contains mainly: green. Hex color #54EE20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54EE20 is #AB11DF. Grayscale: #A9A9A9. Windows color (decimal): -11211232 or 2158164. OLE color: 2158164.
HSL color Cylindrical-coordinate representation of color #54EE20: hue angle of 104.85º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54EE20 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 238 | 32 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.07 |
| HSL | 104.85º | 0.86% | 0.53% | - |
| HSV(B) | 104.85º | 0.87% | 0.93% | - |
| XYZ | 34.49 | 63.14 | 11.74 | - |
| YUV | 168.47 | 50.98 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 32 | 0.65 | 0 | 0.87 | 0.07 | 104.85 | 0.86 | 0.53 |
| Hex | 54 | EE | 20 | 41 | 0 | 57 | 7 | 69 | 56 | 35 |
| Octal | 124 | 356 | 40 | 101 | 0 | 127 | 7 | 151 | 126 | 65 |
| Binary | 1010100 | 11101110 | 100000 | 1000001 | 0 | 1010111 | 111 | 1101001 | 1010110 | 110101 |
Color Harmonies of #54EE20
Complementary color
Monochromatic Colors of #54EE20
Black with #54EE20
Text Example
Text Example
White with #54EE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EE20; }
p { color: rgb(84,238,32); }
H1.HeaderClassName
{
color: #54EE20;
}
.AnyTagClassName
{
color: #54EE20;
}
</style>
background-color css
<style>
a { background-color: #54EE20; }
a { background-color: rgb(84,238,32); }
div.DivClassName
{
background-color: #54EE20;
}
.BgClassName
{
background-color: #54EE20;
}
</style>
border-color css
<style>
span { border-color: #54EE20; }
span { border-color: rgb(84,238,32); }
td.TdClassName
{
border-color: #54EE20;
}
.TagClassName
{
border-color: #54EE20;
}
</style>