Shades of Bright Green #55F116
Tints of Bright Green #55F116
RGB
CMYK
RGB Variations
Color information
#55F116 (or 0x55F116) is known color: Bright Green. HEX triplet: 55, F1 and 16. RGB value is (85,241,22). Sum of RGB (Red+Green+Blue) = 85+241+22=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #55F116 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F116 is #AA0EE9. Grayscale: #AAAAAA. Windows color (decimal): -11144938 or 1503573. OLE color: 1503573.
HSL color Cylindrical-coordinate representation of color #55F116: hue angle of 102.74º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55F116 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 22 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.05 |
| HSL | 102.74º | 0.89% | 0.52% | - |
| HSV(B) | 102.74º | 0.91% | 0.95% | - |
| XYZ | 35.35 | 64.9 | 11.42 | - |
| YUV | 169.39 | 44.82 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 22 | 0.65 | 0 | 0.91 | 0.05 | 102.74 | 0.89 | 0.52 |
| Hex | 55 | F1 | 16 | 41 | 0 | 5B | 5 | 67 | 59 | 34 |
| Octal | 125 | 361 | 26 | 101 | 0 | 133 | 5 | 147 | 131 | 64 |
| Binary | 1010101 | 11110001 | 10110 | 1000001 | 0 | 1011011 | 101 | 1100111 | 1011001 | 110100 |
Color Harmonies of #55F116
Complementary color
Monochromatic Colors of #55F116
Black with #55F116
Text Example
Text Example
White with #55F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F116; }
p { color: rgb(85,241,22); }
H1.HeaderClassName
{
color: #55F116;
}
.AnyTagClassName
{
color: #55F116;
}
</style>
background-color css
<style>
a { background-color: #55F116; }
a { background-color: rgb(85,241,22); }
div.DivClassName
{
background-color: #55F116;
}
.BgClassName
{
background-color: #55F116;
}
</style>
border-color css
<style>
span { border-color: #55F116; }
span { border-color: rgb(85,241,22); }
td.TdClassName
{
border-color: #55F116;
}
.TagClassName
{
border-color: #55F116;
}
</style>