Shades of Harlequin #55FA28
Tints of Harlequin #55FA28
RGB
CMYK
RGB Variations
Color information
#55FA28 (or 0x55FA28) is known color: Harlequin. HEX triplet: 55, FA and 28. RGB value is (85,250,40). Sum of RGB (Red+Green+Blue) = 85+250+40=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FA28 is #AA05D7. Grayscale: #B1B1B1. Windows color (decimal): -11142616 or 2685525. OLE color: 2685525.
HSL color Cylindrical-coordinate representation of color #55FA28: hue angle of 107.14º 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 #55FA28 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 40 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.02 |
| HSL | 107.14º | 0.95% | 0.57% | - |
| HSV(B) | 107.14º | 0.84% | 0.98% | - |
| XYZ | 38.31 | 70.46 | 13.59 | - |
| YUV | 176.73 | 50.84 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 40 | 0.66 | 0 | 0.84 | 0.02 | 107.14 | 0.95 | 0.57 |
| Hex | 55 | FA | 28 | 42 | 0 | 54 | 2 | 6B | 5F | 39 |
| Octal | 125 | 372 | 50 | 102 | 0 | 124 | 2 | 153 | 137 | 71 |
| Binary | 1010101 | 11111010 | 101000 | 1000010 | 0 | 1010100 | 10 | 1101011 | 1011111 | 111001 |
Color Harmonies of #55FA28
Complementary color
Monochromatic Colors of #55FA28
Black with #55FA28
Text Example
Text Example
White with #55FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA28; }
p { color: rgb(85,250,40); }
H1.HeaderClassName
{
color: #55FA28;
}
.AnyTagClassName
{
color: #55FA28;
}
</style>
background-color css
<style>
a { background-color: #55FA28; }
a { background-color: rgb(85,250,40); }
div.DivClassName
{
background-color: #55FA28;
}
.BgClassName
{
background-color: #55FA28;
}
</style>
border-color css
<style>
span { border-color: #55FA28; }
span { border-color: rgb(85,250,40); }
td.TdClassName
{
border-color: #55FA28;
}
.TagClassName
{
border-color: #55FA28;
}
</style>