Shades of Bright Green #55FE11
Tints of Bright Green #55FE11
RGB
CMYK
RGB Variations
Color information
#55FE11 (or 0x55FE11) is known color: Bright Green. HEX triplet: 55, FE and 11. RGB value is (85,254,17). Sum of RGB (Red+Green+Blue) = 85+254+17=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FE11 is #AA01EE. Grayscale: #B1B1B1. Windows color (decimal): -11141615 or 1179221. OLE color: 1179221.
HSL color Cylindrical-coordinate representation of color #55FE11: hue angle of 102.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55FE11 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 17 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.00 |
| HSL | 102.78º | 0.99% | 0.53% | - |
| HSV(B) | 102.78º | 0.93% | 1% | - |
| XYZ | 39.29 | 72.86 | 12.52 | - |
| YUV | 176.45 | 38.01 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 17 | 0.67 | 0 | 0.93 | 0.00 | 102.78 | 0.99 | 0.53 |
| Hex | 55 | FE | 11 | 43 | 0 | 5D | 0 | 67 | 63 | 35 |
| Octal | 125 | 376 | 21 | 103 | 0 | 135 | 0 | 147 | 143 | 65 |
| Binary | 1010101 | 11111110 | 10001 | 1000011 | 0 | 1011101 | 0 | 1100111 | 1100011 | 110101 |
Color Harmonies of #55FE11
Complementary color
Monochromatic Colors of #55FE11
Black with #55FE11
Text Example
Text Example
White with #55FE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FE11; }
p { color: rgb(85,254,17); }
H1.HeaderClassName
{
color: #55FE11;
}
.AnyTagClassName
{
color: #55FE11;
}
</style>
background-color css
<style>
a { background-color: #55FE11; }
a { background-color: rgb(85,254,17); }
div.DivClassName
{
background-color: #55FE11;
}
.BgClassName
{
background-color: #55FE11;
}
</style>
border-color css
<style>
span { border-color: #55FE11; }
span { border-color: rgb(85,254,17); }
td.TdClassName
{
border-color: #55FE11;
}
.TagClassName
{
border-color: #55FE11;
}
</style>