Shades of Harlequin #55F730
Tints of Harlequin #55F730
RGB
CMYK
RGB Variations
Color information
#55F730 (or 0x55F730) is known color: Harlequin. HEX triplet: 55, F7 and 30. RGB value is (85,247,48). Sum of RGB (Red+Green+Blue) = 85+247+48=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #55F730 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F730 is #AA08CF. Grayscale: #B0B0B0. Windows color (decimal): -11143376 or 3209045. OLE color: 3209045.
HSL color Cylindrical-coordinate representation of color #55F730: hue angle of 108.84º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55F730 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 48 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.03 |
| HSL | 108.84º | 0.93% | 0.58% | - |
| HSV(B) | 108.84º | 0.81% | 0.97% | - |
| XYZ | 37.54 | 68.67 | 14.07 | - |
| YUV | 175.88 | 55.83 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 48 | 0.66 | 0 | 0.81 | 0.03 | 108.84 | 0.93 | 0.58 |
| Hex | 55 | F7 | 30 | 42 | 0 | 51 | 3 | 6D | 5D | 3A |
| Octal | 125 | 367 | 60 | 102 | 0 | 121 | 3 | 155 | 135 | 72 |
| Binary | 1010101 | 11110111 | 110000 | 1000010 | 0 | 1010001 | 11 | 1101101 | 1011101 | 111010 |
Color Harmonies of #55F730
Complementary color
Monochromatic Colors of #55F730
Black with #55F730
Text Example
Text Example
White with #55F730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F730; }
p { color: rgb(85,247,48); }
H1.HeaderClassName
{
color: #55F730;
}
.AnyTagClassName
{
color: #55F730;
}
</style>
background-color css
<style>
a { background-color: #55F730; }
a { background-color: rgb(85,247,48); }
div.DivClassName
{
background-color: #55F730;
}
.BgClassName
{
background-color: #55F730;
}
</style>
border-color css
<style>
span { border-color: #55F730; }
span { border-color: rgb(85,247,48); }
td.TdClassName
{
border-color: #55F730;
}
.TagClassName
{
border-color: #55F730;
}
</style>