Shades of Bright Green #55F122
Tints of Bright Green #55F122
RGB
CMYK
RGB Variations
Color information
#55F122 (or 0x55F122) is known color: Bright Green. HEX triplet: 55, F1 and 22. RGB value is (85,241,34). Sum of RGB (Red+Green+Blue) = 85+241+34=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #55F122 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F122 is #AA0EDD. Grayscale: #ABABAB. Windows color (decimal): -11144926 or 2290005. OLE color: 2290005.
HSL color Cylindrical-coordinate representation of color #55F122: hue angle of 105.22º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55F122 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 34 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.05 |
| HSL | 105.22º | 0.88% | 0.54% | - |
| HSV(B) | 105.22º | 0.86% | 0.95% | - |
| XYZ | 35.49 | 64.96 | 12.18 | - |
| YUV | 170.76 | 50.82 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 34 | 0.65 | 0 | 0.86 | 0.05 | 105.22 | 0.88 | 0.54 |
| Hex | 55 | F1 | 22 | 41 | 0 | 56 | 5 | 69 | 58 | 36 |
| Octal | 125 | 361 | 42 | 101 | 0 | 126 | 5 | 151 | 130 | 66 |
| Binary | 1010101 | 11110001 | 100010 | 1000001 | 0 | 1010110 | 101 | 1101001 | 1011000 | 110110 |
Color Harmonies of #55F122
Complementary color
Monochromatic Colors of #55F122
Black with #55F122
Text Example
Text Example
White with #55F122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F122; }
p { color: rgb(85,241,34); }
H1.HeaderClassName
{
color: #55F122;
}
.AnyTagClassName
{
color: #55F122;
}
</style>
background-color css
<style>
a { background-color: #55F122; }
a { background-color: rgb(85,241,34); }
div.DivClassName
{
background-color: #55F122;
}
.BgClassName
{
background-color: #55F122;
}
</style>
border-color css
<style>
span { border-color: #55F122; }
span { border-color: rgb(85,241,34); }
td.TdClassName
{
border-color: #55F122;
}
.TagClassName
{
border-color: #55F122;
}
</style>