Shades of Bright Green #55ED26
Tints of Bright Green #55ED26
RGB
CMYK
RGB Variations
Color information
#55ED26 (or 0x55ED26) is known color: Bright Green. HEX triplet: 55, ED and 26. RGB value is (85,237,38). Sum of RGB (Red+Green+Blue) = 85+237+38=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 237 (92.97% from 255 or 65.83% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55ED26 is #AA12D9. Grayscale: #A9A9A9. Windows color (decimal): -11145946 or 2551125. OLE color: 2551125.
HSL color Cylindrical-coordinate representation of color #55ED26: hue angle of 105.83º 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 #55ED26 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 38 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.07 |
| HSL | 105.83º | 0.85% | 0.54% | - |
| HSV(B) | 105.83º | 0.84% | 0.93% | - |
| XYZ | 34.38 | 62.64 | 12.11 | - |
| YUV | 168.87 | 54.14 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 38 | 0.64 | 0 | 0.84 | 0.07 | 105.83 | 0.85 | 0.54 |
| Hex | 55 | ED | 26 | 40 | 0 | 54 | 7 | 6A | 55 | 36 |
| Octal | 125 | 355 | 46 | 100 | 0 | 124 | 7 | 152 | 125 | 66 |
| Binary | 1010101 | 11101101 | 100110 | 1000000 | 0 | 1010100 | 111 | 1101010 | 1010101 | 110110 |
Color Harmonies of #55ED26
Complementary color
Monochromatic Colors of #55ED26
Black with #55ED26
Text Example
Text Example
White with #55ED26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED26; }
p { color: rgb(85,237,38); }
H1.HeaderClassName
{
color: #55ED26;
}
.AnyTagClassName
{
color: #55ED26;
}
</style>
background-color css
<style>
a { background-color: #55ED26; }
a { background-color: rgb(85,237,38); }
div.DivClassName
{
background-color: #55ED26;
}
.BgClassName
{
background-color: #55ED26;
}
</style>
border-color css
<style>
span { border-color: #55ED26; }
span { border-color: rgb(85,237,38); }
td.TdClassName
{
border-color: #55ED26;
}
.TagClassName
{
border-color: #55ED26;
}
</style>