Shades of Harlequin #55F227
Tints of Harlequin #55F227
RGB
CMYK
RGB Variations
Color information
#55F227 (or 0x55F227) is known color: Harlequin. HEX triplet: 55, F2 and 27. RGB value is (85,242,39). Sum of RGB (Red+Green+Blue) = 85+242+39=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #55F227 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F227 is #AA0DD8. Grayscale: #ACACAC. Windows color (decimal): -11144665 or 2617941. OLE color: 2617941.
HSL color Cylindrical-coordinate representation of color #55F227: hue angle of 106.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55F227 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 39 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.05 |
| HSL | 106.4º | 0.89% | 0.55% | - |
| HSV(B) | 106.4º | 0.84% | 0.95% | - |
| XYZ | 35.86 | 65.58 | 12.69 | - |
| YUV | 171.92 | 52.99 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 39 | 0.65 | 0 | 0.84 | 0.05 | 106.4 | 0.89 | 0.55 |
| Hex | 55 | F2 | 27 | 41 | 0 | 54 | 5 | 6A | 59 | 37 |
| Octal | 125 | 362 | 47 | 101 | 0 | 124 | 5 | 152 | 131 | 67 |
| Binary | 1010101 | 11110010 | 100111 | 1000001 | 0 | 1010100 | 101 | 1101010 | 1011001 | 110111 |
Color Harmonies of #55F227
Complementary color
Monochromatic Colors of #55F227
Black with #55F227
Text Example
Text Example
White with #55F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F227; }
p { color: rgb(85,242,39); }
H1.HeaderClassName
{
color: #55F227;
}
.AnyTagClassName
{
color: #55F227;
}
</style>
background-color css
<style>
a { background-color: #55F227; }
a { background-color: rgb(85,242,39); }
div.DivClassName
{
background-color: #55F227;
}
.BgClassName
{
background-color: #55F227;
}
</style>
border-color css
<style>
span { border-color: #55F227; }
span { border-color: rgb(85,242,39); }
td.TdClassName
{
border-color: #55F227;
}
.TagClassName
{
border-color: #55F227;
}
</style>