Shades of Harlequin #55FB2B
Tints of Harlequin #55FB2B
RGB
CMYK
RGB Variations
Color information
#55FB2B (or 0x55FB2B) is known color: Harlequin. HEX triplet: 55, FB and 2B. RGB value is (85,251,43). Sum of RGB (Red+Green+Blue) = 85+251+43=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 251 (98.44% from 255 or 66.23% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 251 - color contains mainly: green. Hex color #55FB2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FB2B is #AA04D4. Grayscale: #B2B2B2. Windows color (decimal): -11142357 or 2882389. OLE color: 2882389.
HSL color Cylindrical-coordinate representation of color #55FB2B: hue angle of 107.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55FB2B is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 43 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.02 |
| HSL | 107.88º | 0.96% | 0.58% | - |
| HSV(B) | 107.88º | 0.83% | 0.98% | - |
| XYZ | 38.68 | 71.1 | 13.97 | - |
| YUV | 177.65 | 52 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 43 | 0.66 | 0 | 0.83 | 0.02 | 107.88 | 0.96 | 0.58 |
| Hex | 55 | FB | 2B | 42 | 0 | 53 | 2 | 6C | 60 | 3A |
| Octal | 125 | 373 | 53 | 102 | 0 | 123 | 2 | 154 | 140 | 72 |
| Binary | 1010101 | 11111011 | 101011 | 1000010 | 0 | 1010011 | 10 | 1101100 | 1100000 | 111010 |
Color Harmonies of #55FB2B
Complementary color
Monochromatic Colors of #55FB2B
Black with #55FB2B
Text Example
Text Example
White with #55FB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FB2B; }
p { color: rgb(85,251,43); }
H1.HeaderClassName
{
color: #55FB2B;
}
.AnyTagClassName
{
color: #55FB2B;
}
</style>
background-color css
<style>
a { background-color: #55FB2B; }
a { background-color: rgb(85,251,43); }
div.DivClassName
{
background-color: #55FB2B;
}
.BgClassName
{
background-color: #55FB2B;
}
</style>
border-color css
<style>
span { border-color: #55FB2B; }
span { border-color: rgb(85,251,43); }
td.TdClassName
{
border-color: #55FB2B;
}
.TagClassName
{
border-color: #55FB2B;
}
</style>