Shades of Bright Green #55F220
Tints of Bright Green #55F220
RGB
CMYK
RGB Variations
Color information
#55F220 (or 0x55F220) is known color: Bright Green. HEX triplet: 55, F2 and 20. RGB value is (85,242,32). Sum of RGB (Red+Green+Blue) = 85+242+32=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #55F220 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F220 is #AA0DDF. Grayscale: #ABABAB. Windows color (decimal): -11144672 or 2159189. OLE color: 2159189.
HSL color Cylindrical-coordinate representation of color #55F220: hue angle of 104.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55F220 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 32 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.05 |
| HSL | 104.86º | 0.89% | 0.54% | - |
| HSV(B) | 104.86º | 0.87% | 0.95% | - |
| XYZ | 35.76 | 65.54 | 12.13 | - |
| YUV | 171.12 | 49.49 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 32 | 0.65 | 0 | 0.87 | 0.05 | 104.86 | 0.89 | 0.54 |
| Hex | 55 | F2 | 20 | 41 | 0 | 57 | 5 | 69 | 59 | 36 |
| Octal | 125 | 362 | 40 | 101 | 0 | 127 | 5 | 151 | 131 | 66 |
| Binary | 1010101 | 11110010 | 100000 | 1000001 | 0 | 1010111 | 101 | 1101001 | 1011001 | 110110 |
Color Harmonies of #55F220
Complementary color
Monochromatic Colors of #55F220
Black with #55F220
Text Example
Text Example
White with #55F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F220; }
p { color: rgb(85,242,32); }
H1.HeaderClassName
{
color: #55F220;
}
.AnyTagClassName
{
color: #55F220;
}
</style>
background-color css
<style>
a { background-color: #55F220; }
a { background-color: rgb(85,242,32); }
div.DivClassName
{
background-color: #55F220;
}
.BgClassName
{
background-color: #55F220;
}
</style>
border-color css
<style>
span { border-color: #55F220; }
span { border-color: rgb(85,242,32); }
td.TdClassName
{
border-color: #55F220;
}
.TagClassName
{
border-color: #55F220;
}
</style>