Shades of Harlequin #54FF26
Tints of Harlequin #54FF26
RGB
CMYK
RGB Variations
Color information
#54FF26 (or 0x54FF26) is known color: Harlequin. HEX triplet: 54, FF and 26. RGB value is (84,255,38). Sum of RGB (Red+Green+Blue) = 84+255+38=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #54FF26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FF26 is #AB00D9. Grayscale: #B3B3B3. Windows color (decimal): -11206874 or 2555732. OLE color: 2555732.
HSL color Cylindrical-coordinate representation of color #54FF26: hue angle of 107.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54FF26 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 38 | - |
| CMYK | 0.67 | 0 | 0.85 | 0 |
| HSL | 107.28º | 1% | 0.57% | - |
| HSV(B) | 107.28º | 0.85% | 1% | - |
| XYZ | 39.77 | 73.54 | 13.93 | - |
| YUV | 179.13 | 48.35 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 38 | 0.67 | 0 | 0.85 | 0 | 107.28 | 1 | 0.57 |
| Hex | 54 | FF | 26 | 43 | 0 | 55 | 0 | 6B | 64 | 39 |
| Octal | 124 | 377 | 46 | 103 | 0 | 125 | 0 | 153 | 144 | 71 |
| Binary | 1010100 | 11111111 | 100110 | 1000011 | 0 | 1010101 | 0 | 1101011 | 1100100 | 111001 |
Color Harmonies of #54FF26
Complementary color
Monochromatic Colors of #54FF26
Black with #54FF26
Text Example
Text Example
White with #54FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FF26; }
p { color: rgb(84,255,38); }
H1.HeaderClassName
{
color: #54FF26;
}
.AnyTagClassName
{
color: #54FF26;
}
</style>
background-color css
<style>
a { background-color: #54FF26; }
a { background-color: rgb(84,255,38); }
div.DivClassName
{
background-color: #54FF26;
}
.BgClassName
{
background-color: #54FF26;
}
</style>
border-color css
<style>
span { border-color: #54FF26; }
span { border-color: rgb(84,255,38); }
td.TdClassName
{
border-color: #54FF26;
}
.TagClassName
{
border-color: #54FF26;
}
</style>