Shades of Bright Green #55F112
Tints of Bright Green #55F112
RGB
CMYK
RGB Variations
Color information
#55F112 (or 0x55F112) is known color: Bright Green. HEX triplet: 55, F1 and 12. RGB value is (85,241,18). Sum of RGB (Red+Green+Blue) = 85+241+18=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #55F112 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F112 is #AA0EED. Grayscale: #A9A9A9. Windows color (decimal): -11144942 or 1241429. OLE color: 1241429.
HSL color Cylindrical-coordinate representation of color #55F112: hue angle of 101.97º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55F112 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 18 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.05 |
| HSL | 101.97º | 0.89% | 0.51% | - |
| HSV(B) | 101.97º | 0.93% | 0.95% | - |
| XYZ | 35.31 | 64.89 | 11.24 | - |
| YUV | 168.93 | 42.82 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 18 | 0.65 | 0 | 0.93 | 0.05 | 101.97 | 0.89 | 0.51 |
| Hex | 55 | F1 | 12 | 41 | 0 | 5D | 5 | 66 | 59 | 33 |
| Octal | 125 | 361 | 22 | 101 | 0 | 135 | 5 | 146 | 131 | 63 |
| Binary | 1010101 | 11110001 | 10010 | 1000001 | 0 | 1011101 | 101 | 1100110 | 1011001 | 110011 |
Color Harmonies of #55F112
Complementary color
Monochromatic Colors of #55F112
Black with #55F112
Text Example
Text Example
White with #55F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F112; }
p { color: rgb(85,241,18); }
H1.HeaderClassName
{
color: #55F112;
}
.AnyTagClassName
{
color: #55F112;
}
</style>
background-color css
<style>
a { background-color: #55F112; }
a { background-color: rgb(85,241,18); }
div.DivClassName
{
background-color: #55F112;
}
.BgClassName
{
background-color: #55F112;
}
</style>
border-color css
<style>
span { border-color: #55F112; }
span { border-color: rgb(85,241,18); }
td.TdClassName
{
border-color: #55F112;
}
.TagClassName
{
border-color: #55F112;
}
</style>