Shades of Harlequin #54FF33
Tints of Harlequin #54FF33
RGB
CMYK
RGB Variations
Color information
#54FF33 (or 0x54FF33) is known color: Harlequin. HEX triplet: 54, FF and 33. RGB value is (84,255,51). Sum of RGB (Red+Green+Blue) = 84+255+51=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #54FF33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FF33 is #AB00CC. Grayscale: #B5B5B5. Windows color (decimal): -11206861 or 3407700. OLE color: 3407700.
HSL color Cylindrical-coordinate representation of color #54FF33: hue angle of 110.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54FF33 is Cyan = 0.67, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 51 | - |
| CMYK | 0.67 | 0 | 0.8 | 0 |
| HSL | 110.29º | 1% | 0.6% | - |
| HSV(B) | 110.29º | 0.8% | 1% | - |
| XYZ | 40.01 | 73.64 | 15.24 | - |
| YUV | 180.62 | 54.85 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 51 | 0.67 | 0 | 0.8 | 0 | 110.29 | 1 | 0.6 |
| Hex | 54 | FF | 33 | 43 | 0 | 50 | 0 | 6E | 64 | 3C |
| Octal | 124 | 377 | 63 | 103 | 0 | 120 | 0 | 156 | 144 | 74 |
| Binary | 1010100 | 11111111 | 110011 | 1000011 | 0 | 1010000 | 0 | 1101110 | 1100100 | 111100 |
Color Harmonies of #54FF33
Complementary color
Monochromatic Colors of #54FF33
Black with #54FF33
Text Example
Text Example
White with #54FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FF33; }
p { color: rgb(84,255,51); }
H1.HeaderClassName
{
color: #54FF33;
}
.AnyTagClassName
{
color: #54FF33;
}
</style>
background-color css
<style>
a { background-color: #54FF33; }
a { background-color: rgb(84,255,51); }
div.DivClassName
{
background-color: #54FF33;
}
.BgClassName
{
background-color: #54FF33;
}
</style>
border-color css
<style>
span { border-color: #54FF33; }
span { border-color: rgb(84,255,51); }
td.TdClassName
{
border-color: #54FF33;
}
.TagClassName
{
border-color: #54FF33;
}
</style>