Shades of Harlequin #54F322
Tints of Harlequin #54F322
RGB
CMYK
RGB Variations
Color information
#54F322 (or 0x54F322) is known color: Harlequin. HEX triplet: 54, F3 and 22. RGB value is (84,243,34). Sum of RGB (Red+Green+Blue) = 84+243+34=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #54F322 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F322 is #AB0CDD. Grayscale: #ACACAC. Windows color (decimal): -11209950 or 2290516. OLE color: 2290516.
HSL color Cylindrical-coordinate representation of color #54F322: hue angle of 105.65º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54F322 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 243 | 34 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.05 |
| HSL | 105.65º | 0.9% | 0.54% | - |
| HSV(B) | 105.65º | 0.86% | 0.95% | - |
| XYZ | 36 | 66.1 | 12.38 | - |
| YUV | 171.63 | 50.32 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 243 | 34 | 0.65 | 0 | 0.86 | 0.05 | 105.65 | 0.9 | 0.54 |
| Hex | 54 | F3 | 22 | 41 | 0 | 56 | 5 | 6A | 5A | 36 |
| Octal | 124 | 363 | 42 | 101 | 0 | 126 | 5 | 152 | 132 | 66 |
| Binary | 1010100 | 11110011 | 100010 | 1000001 | 0 | 1010110 | 101 | 1101010 | 1011010 | 110110 |
Color Harmonies of #54F322
Complementary color
Monochromatic Colors of #54F322
Black with #54F322
Text Example
Text Example
White with #54F322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F322; }
p { color: rgb(84,243,34); }
H1.HeaderClassName
{
color: #54F322;
}
.AnyTagClassName
{
color: #54F322;
}
</style>
background-color css
<style>
a { background-color: #54F322; }
a { background-color: rgb(84,243,34); }
div.DivClassName
{
background-color: #54F322;
}
.BgClassName
{
background-color: #54F322;
}
</style>
border-color css
<style>
span { border-color: #54F322; }
span { border-color: rgb(84,243,34); }
td.TdClassName
{
border-color: #54F322;
}
.TagClassName
{
border-color: #54F322;
}
</style>