Shades of Harlequin #55FA2D
Tints of Harlequin #55FA2D
RGB
CMYK
RGB Variations
Color information
#55FA2D (or 0x55FA2D) is known color: Harlequin. HEX triplet: 55, FA and 2D. RGB value is (85,250,45). Sum of RGB (Red+Green+Blue) = 85+250+45=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 250 (98.05% from 255 or 65.79% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FA2D is #AA05D2. Grayscale: #B1B1B1. Windows color (decimal): -11142611 or 3013205. OLE color: 3013205.
HSL color Cylindrical-coordinate representation of color #55FA2D: hue angle of 108.29º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55FA2D is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 45 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.02 |
| HSL | 108.29º | 0.95% | 0.58% | - |
| HSV(B) | 108.29º | 0.82% | 0.98% | - |
| XYZ | 38.41 | 70.49 | 14.06 | - |
| YUV | 177.3 | 53.34 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 45 | 0.66 | 0 | 0.82 | 0.02 | 108.29 | 0.95 | 0.58 |
| Hex | 55 | FA | 2D | 42 | 0 | 52 | 2 | 6C | 5F | 3A |
| Octal | 125 | 372 | 55 | 102 | 0 | 122 | 2 | 154 | 137 | 72 |
| Binary | 1010101 | 11111010 | 101101 | 1000010 | 0 | 1010010 | 10 | 1101100 | 1011111 | 111010 |
Color Harmonies of #55FA2D
Complementary color
Monochromatic Colors of #55FA2D
Black with #55FA2D
Text Example
Text Example
White with #55FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA2D; }
p { color: rgb(85,250,45); }
H1.HeaderClassName
{
color: #55FA2D;
}
.AnyTagClassName
{
color: #55FA2D;
}
</style>
background-color css
<style>
a { background-color: #55FA2D; }
a { background-color: rgb(85,250,45); }
div.DivClassName
{
background-color: #55FA2D;
}
.BgClassName
{
background-color: #55FA2D;
}
</style>
border-color css
<style>
span { border-color: #55FA2D; }
span { border-color: rgb(85,250,45); }
td.TdClassName
{
border-color: #55FA2D;
}
.TagClassName
{
border-color: #55FA2D;
}
</style>