Shades of Bright Green #55E91F
Tints of Bright Green #55E91F
RGB
CMYK
RGB Variations
Color information
#55E91F (or 0x55E91F) is known color: Bright Green. HEX triplet: 55, E9 and 1F. RGB value is (85,233,31). Sum of RGB (Red+Green+Blue) = 85+233+31=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 233 (91.41% from 255 or 66.76% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 233 - color contains mainly: green. Hex color #55E91F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E91F is #AA16E0. Grayscale: #A6A6A6. Windows color (decimal): -11146977 or 2091349. OLE color: 2091349.
HSL color Cylindrical-coordinate representation of color #55E91F: hue angle of 103.96º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55E91F is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 31 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.09 |
| HSL | 103.96º | 0.82% | 0.52% | - |
| HSV(B) | 103.96º | 0.87% | 0.91% | - |
| XYZ | 33.13 | 60.31 | 11.19 | - |
| YUV | 165.72 | 51.97 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 31 | 0.64 | 0 | 0.87 | 0.09 | 103.96 | 0.82 | 0.52 |
| Hex | 55 | E9 | 1F | 40 | 0 | 57 | 9 | 68 | 52 | 34 |
| Octal | 125 | 351 | 37 | 100 | 0 | 127 | 11 | 150 | 122 | 64 |
| Binary | 1010101 | 11101001 | 11111 | 1000000 | 0 | 1010111 | 1001 | 1101000 | 1010010 | 110100 |
Color Harmonies of #55E91F
Complementary color
Monochromatic Colors of #55E91F
Black with #55E91F
Text Example
Text Example
White with #55E91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E91F; }
p { color: rgb(85,233,31); }
H1.HeaderClassName
{
color: #55E91F;
}
.AnyTagClassName
{
color: #55E91F;
}
</style>
background-color css
<style>
a { background-color: #55E91F; }
a { background-color: rgb(85,233,31); }
div.DivClassName
{
background-color: #55E91F;
}
.BgClassName
{
background-color: #55E91F;
}
</style>
border-color css
<style>
span { border-color: #55E91F; }
span { border-color: rgb(85,233,31); }
td.TdClassName
{
border-color: #55E91F;
}
.TagClassName
{
border-color: #55E91F;
}
</style>