Shades of Harlequin #54F226
Tints of Harlequin #54F226
RGB
CMYK
RGB Variations
Color information
#54F226 (or 0x54F226) is known color: Harlequin. HEX triplet: 54, F2 and 26. RGB value is (84,242,38). Sum of RGB (Red+Green+Blue) = 84+242+38=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 242 (94.92% from 255 or 66.48% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 242 - color contains mainly: green. Hex color #54F226 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F226 is #AB0DD9. Grayscale: #ACACAC. Windows color (decimal): -11210202 or 2552404. OLE color: 2552404.
HSL color Cylindrical-coordinate representation of color #54F226: hue angle of 106.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54F226 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 242 | 38 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.05 |
| HSL | 106.47º | 0.89% | 0.55% | - |
| HSV(B) | 106.47º | 0.84% | 0.95% | - |
| XYZ | 35.76 | 65.53 | 12.6 | - |
| YUV | 171.5 | 52.65 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 242 | 38 | 0.65 | 0 | 0.84 | 0.05 | 106.47 | 0.89 | 0.55 |
| Hex | 54 | F2 | 26 | 41 | 0 | 54 | 5 | 6A | 59 | 37 |
| Octal | 124 | 362 | 46 | 101 | 0 | 124 | 5 | 152 | 131 | 67 |
| Binary | 1010100 | 11110010 | 100110 | 1000001 | 0 | 1010100 | 101 | 1101010 | 1011001 | 110111 |
Color Harmonies of #54F226
Complementary color
Monochromatic Colors of #54F226
Black with #54F226
Text Example
Text Example
White with #54F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F226; }
p { color: rgb(84,242,38); }
H1.HeaderClassName
{
color: #54F226;
}
.AnyTagClassName
{
color: #54F226;
}
</style>
background-color css
<style>
a { background-color: #54F226; }
a { background-color: rgb(84,242,38); }
div.DivClassName
{
background-color: #54F226;
}
.BgClassName
{
background-color: #54F226;
}
</style>
border-color css
<style>
span { border-color: #54F226; }
span { border-color: rgb(84,242,38); }
td.TdClassName
{
border-color: #54F226;
}
.TagClassName
{
border-color: #54F226;
}
</style>