Shades of Harlequin #54FA27
Tints of Harlequin #54FA27
RGB
CMYK
RGB Variations
Color information
#54FA27 (or 0x54FA27) is known color: Harlequin. HEX triplet: 54, FA and 27. RGB value is (84,250,39). Sum of RGB (Red+Green+Blue) = 84+250+39=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #54FA27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FA27 is #AB05D8. Grayscale: #B0B0B0. Windows color (decimal): -11208153 or 2619988. OLE color: 2619988.
HSL color Cylindrical-coordinate representation of color #54FA27: hue angle of 107.2º 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 #54FA27 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 39 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.02 |
| HSL | 107.2º | 0.95% | 0.57% | - |
| HSV(B) | 107.2º | 0.84% | 0.98% | - |
| XYZ | 38.21 | 70.4 | 13.49 | - |
| YUV | 176.31 | 50.5 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 39 | 0.66 | 0 | 0.84 | 0.02 | 107.2 | 0.95 | 0.57 |
| Hex | 54 | FA | 27 | 42 | 0 | 54 | 2 | 6B | 5F | 39 |
| Octal | 124 | 372 | 47 | 102 | 0 | 124 | 2 | 153 | 137 | 71 |
| Binary | 1010100 | 11111010 | 100111 | 1000010 | 0 | 1010100 | 10 | 1101011 | 1011111 | 111001 |
Color Harmonies of #54FA27
Complementary color
Monochromatic Colors of #54FA27
Black with #54FA27
Text Example
Text Example
White with #54FA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FA27; }
p { color: rgb(84,250,39); }
H1.HeaderClassName
{
color: #54FA27;
}
.AnyTagClassName
{
color: #54FA27;
}
</style>
background-color css
<style>
a { background-color: #54FA27; }
a { background-color: rgb(84,250,39); }
div.DivClassName
{
background-color: #54FA27;
}
.BgClassName
{
background-color: #54FA27;
}
</style>
border-color css
<style>
span { border-color: #54FA27; }
span { border-color: rgb(84,250,39); }
td.TdClassName
{
border-color: #54FA27;
}
.TagClassName
{
border-color: #54FA27;
}
</style>