Shades of Bright Green #55ED25
Tints of Bright Green #55ED25
RGB
CMYK
RGB Variations
Color information
#55ED25 (or 0x55ED25) is known color: Bright Green. HEX triplet: 55, ED and 25. RGB value is (85,237,37). Sum of RGB (Red+Green+Blue) = 85+237+37=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 237 (92.97% from 255 or 66.02% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55ED25 is #AA12DA. Grayscale: #A9A9A9. Windows color (decimal): -11145947 or 2485589. OLE color: 2485589.
HSL color Cylindrical-coordinate representation of color #55ED25: hue angle of 105.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55ED25 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 37 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.07 |
| HSL | 105.6º | 0.85% | 0.54% | - |
| HSV(B) | 105.6º | 0.84% | 0.93% | - |
| XYZ | 34.36 | 62.63 | 12.03 | - |
| YUV | 168.75 | 53.64 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 37 | 0.64 | 0 | 0.84 | 0.07 | 105.6 | 0.85 | 0.54 |
| Hex | 55 | ED | 25 | 40 | 0 | 54 | 7 | 6A | 55 | 36 |
| Octal | 125 | 355 | 45 | 100 | 0 | 124 | 7 | 152 | 125 | 66 |
| Binary | 1010101 | 11101101 | 100101 | 1000000 | 0 | 1010100 | 111 | 1101010 | 1010101 | 110110 |
Color Harmonies of #55ED25
Complementary color
Monochromatic Colors of #55ED25
Black with #55ED25
Text Example
Text Example
White with #55ED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED25; }
p { color: rgb(85,237,37); }
H1.HeaderClassName
{
color: #55ED25;
}
.AnyTagClassName
{
color: #55ED25;
}
</style>
background-color css
<style>
a { background-color: #55ED25; }
a { background-color: rgb(85,237,37); }
div.DivClassName
{
background-color: #55ED25;
}
.BgClassName
{
background-color: #55ED25;
}
</style>
border-color css
<style>
span { border-color: #55ED25; }
span { border-color: rgb(85,237,37); }
td.TdClassName
{
border-color: #55ED25;
}
.TagClassName
{
border-color: #55ED25;
}
</style>