Shades of Harlequin #54FD32
Tints of Harlequin #54FD32
RGB
CMYK
RGB Variations
Color information
#54FD32 (or 0x54FD32) is known color: Harlequin. HEX triplet: 54, FD and 32. RGB value is (84,253,50). Sum of RGB (Red+Green+Blue) = 84+253+50=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 253 (99.22% from 255 or 65.37% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 253 - color contains mainly: green. Hex color #54FD32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FD32 is #AB02CD. Grayscale: #B3B3B3. Windows color (decimal): -11207374 or 3341652. OLE color: 3341652.
HSL color Cylindrical-coordinate representation of color #54FD32: hue angle of 109.95º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54FD32 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 50 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.01 |
| HSL | 109.95º | 0.98% | 0.59% | - |
| HSV(B) | 109.95º | 0.8% | 0.99% | - |
| XYZ | 39.36 | 72.37 | 14.91 | - |
| YUV | 179.33 | 55.01 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 50 | 0.67 | 0 | 0.80 | 0.01 | 109.95 | 0.98 | 0.59 |
| Hex | 54 | FD | 32 | 43 | 0 | 50 | 1 | 6E | 62 | 3B |
| Octal | 124 | 375 | 62 | 103 | 0 | 120 | 1 | 156 | 142 | 73 |
| Binary | 1010100 | 11111101 | 110010 | 1000011 | 0 | 1010000 | 1 | 1101110 | 1100010 | 111011 |
Color Harmonies of #54FD32
Complementary color
Monochromatic Colors of #54FD32
Black with #54FD32
Text Example
Text Example
White with #54FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FD32; }
p { color: rgb(84,253,50); }
H1.HeaderClassName
{
color: #54FD32;
}
.AnyTagClassName
{
color: #54FD32;
}
</style>
background-color css
<style>
a { background-color: #54FD32; }
a { background-color: rgb(84,253,50); }
div.DivClassName
{
background-color: #54FD32;
}
.BgClassName
{
background-color: #54FD32;
}
</style>
border-color css
<style>
span { border-color: #54FD32; }
span { border-color: rgb(84,253,50); }
td.TdClassName
{
border-color: #54FD32;
}
.TagClassName
{
border-color: #54FD32;
}
</style>