Shades of Harlequin #54FA28
Tints of Harlequin #54FA28
RGB
CMYK
RGB Variations
Color information
#54FA28 (or 0x54FA28) is known color: Harlequin. HEX triplet: 54, FA and 28. RGB value is (84,250,40). Sum of RGB (Red+Green+Blue) = 84+250+40=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 250 (98.05% from 255 or 66.84% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 250 - color contains mainly: green. Hex color #54FA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FA28 is #AB05D7. Grayscale: #B1B1B1. Windows color (decimal): -11208152 or 2685524. OLE color: 2685524.
HSL color Cylindrical-coordinate representation of color #54FA28: hue angle of 107.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54FA28 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 40 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.02 |
| HSL | 107.43º | 0.95% | 0.57% | - |
| HSV(B) | 107.43º | 0.84% | 0.98% | - |
| XYZ | 38.22 | 70.41 | 13.58 | - |
| YUV | 176.43 | 51 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 40 | 0.66 | 0 | 0.84 | 0.02 | 107.43 | 0.95 | 0.57 |
| Hex | 54 | FA | 28 | 42 | 0 | 54 | 2 | 6B | 5F | 39 |
| Octal | 124 | 372 | 50 | 102 | 0 | 124 | 2 | 153 | 137 | 71 |
| Binary | 1010100 | 11111010 | 101000 | 1000010 | 0 | 1010100 | 10 | 1101011 | 1011111 | 111001 |
Color Harmonies of #54FA28
Complementary color
Monochromatic Colors of #54FA28
Black with #54FA28
Text Example
Text Example
White with #54FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FA28; }
p { color: rgb(84,250,40); }
H1.HeaderClassName
{
color: #54FA28;
}
.AnyTagClassName
{
color: #54FA28;
}
</style>
background-color css
<style>
a { background-color: #54FA28; }
a { background-color: rgb(84,250,40); }
div.DivClassName
{
background-color: #54FA28;
}
.BgClassName
{
background-color: #54FA28;
}
</style>
border-color css
<style>
span { border-color: #54FA28; }
span { border-color: rgb(84,250,40); }
td.TdClassName
{
border-color: #54FA28;
}
.TagClassName
{
border-color: #54FA28;
}
</style>