Shades of Bright Green #55E925
Tints of Bright Green #55E925
RGB
CMYK
RGB Variations
Color information
#55E925 (or 0x55E925) is known color: Bright Green. HEX triplet: 55, E9 and 25. RGB value is (85,233,37). Sum of RGB (Red+Green+Blue) = 85+233+37=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 233 (91.41% from 255 or 65.63% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 233 - color contains mainly: green. Hex color #55E925 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E925 is #AA16DA. Grayscale: #A7A7A7. Windows color (decimal): -11146971 or 2484565. OLE color: 2484565.
HSL color Cylindrical-coordinate representation of color #55E925: hue angle of 105.31º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55E925 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 37 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.09 |
| HSL | 105.31º | 0.82% | 0.53% | - |
| HSV(B) | 105.31º | 0.84% | 0.91% | - |
| XYZ | 33.22 | 60.34 | 11.65 | - |
| YUV | 166.4 | 54.97 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 37 | 0.64 | 0 | 0.84 | 0.09 | 105.31 | 0.82 | 0.53 |
| Hex | 55 | E9 | 25 | 40 | 0 | 54 | 9 | 69 | 52 | 35 |
| Octal | 125 | 351 | 45 | 100 | 0 | 124 | 11 | 151 | 122 | 65 |
| Binary | 1010101 | 11101001 | 100101 | 1000000 | 0 | 1010100 | 1001 | 1101001 | 1010010 | 110101 |
Color Harmonies of #55E925
Complementary color
Monochromatic Colors of #55E925
Black with #55E925
Text Example
Text Example
White with #55E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E925; }
p { color: rgb(85,233,37); }
H1.HeaderClassName
{
color: #55E925;
}
.AnyTagClassName
{
color: #55E925;
}
</style>
background-color css
<style>
a { background-color: #55E925; }
a { background-color: rgb(85,233,37); }
div.DivClassName
{
background-color: #55E925;
}
.BgClassName
{
background-color: #55E925;
}
</style>
border-color css
<style>
span { border-color: #55E925; }
span { border-color: rgb(85,233,37); }
td.TdClassName
{
border-color: #55E925;
}
.TagClassName
{
border-color: #55E925;
}
</style>