Shades of Harlequin #55F02D
Tints of Harlequin #55F02D
RGB
CMYK
RGB Variations
Color information
#55F02D (or 0x55F02D) is known color: Harlequin. HEX triplet: 55, F0 and 2D. RGB value is (85,240,45). Sum of RGB (Red+Green+Blue) = 85+240+45=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #55F02D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F02D is #AA0FD2. Grayscale: #ACACAC. Windows color (decimal): -11145171 or 3010645. OLE color: 3010645.
HSL color Cylindrical-coordinate representation of color #55F02D: hue angle of 107.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55F02D is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 45 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.06 |
| HSL | 107.69º | 0.87% | 0.56% | - |
| HSV(B) | 107.69º | 0.81% | 0.94% | - |
| XYZ | 35.38 | 64.44 | 13.06 | - |
| YUV | 171.43 | 56.65 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 45 | 0.65 | 0 | 0.81 | 0.06 | 107.69 | 0.87 | 0.56 |
| Hex | 55 | F0 | 2D | 41 | 0 | 51 | 6 | 6C | 57 | 38 |
| Octal | 125 | 360 | 55 | 101 | 0 | 121 | 6 | 154 | 127 | 70 |
| Binary | 1010101 | 11110000 | 101101 | 1000001 | 0 | 1010001 | 110 | 1101100 | 1010111 | 111000 |
Color Harmonies of #55F02D
Complementary color
Monochromatic Colors of #55F02D
Black with #55F02D
Text Example
Text Example
White with #55F02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F02D; }
p { color: rgb(85,240,45); }
H1.HeaderClassName
{
color: #55F02D;
}
.AnyTagClassName
{
color: #55F02D;
}
</style>
background-color css
<style>
a { background-color: #55F02D; }
a { background-color: rgb(85,240,45); }
div.DivClassName
{
background-color: #55F02D;
}
.BgClassName
{
background-color: #55F02D;
}
</style>
border-color css
<style>
span { border-color: #55F02D; }
span { border-color: rgb(85,240,45); }
td.TdClassName
{
border-color: #55F02D;
}
.TagClassName
{
border-color: #55F02D;
}
</style>