Shades of Bright Green #55ED09
Tints of Bright Green #55ED09
RGB
CMYK
RGB Variations
Color information
#55ED09 (or 0x55ED09) is known color: Bright Green. HEX triplet: 55, ED and 09. RGB value is (85,237,9). Sum of RGB (Red+Green+Blue) = 85+237+9=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 237 (92.97% from 255 or 71.60% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55ED09 is #AA12F6. Grayscale: #A6A6A6. Windows color (decimal): -11145975 or 650581. OLE color: 650581.
HSL color Cylindrical-coordinate representation of color #55ED09: hue angle of 100º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55ED09 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 9 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.07 |
| HSL | 100º | 0.93% | 0.48% | - |
| HSV(B) | 100º | 0.96% | 0.93% | - |
| XYZ | 34.08 | 62.52 | 10.53 | - |
| YUV | 165.56 | 39.64 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 9 | 0.64 | 0 | 0.96 | 0.07 | 100 | 0.93 | 0.48 |
| Hex | 55 | ED | 9 | 40 | 0 | 60 | 7 | 64 | 5D | 30 |
| Octal | 125 | 355 | 11 | 100 | 0 | 140 | 7 | 144 | 135 | 60 |
| Binary | 1010101 | 11101101 | 1001 | 1000000 | 0 | 1100000 | 111 | 1100100 | 1011101 | 110000 |
Color Harmonies of #55ED09
Complementary color
Monochromatic Colors of #55ED09
Black with #55ED09
Text Example
Text Example
White with #55ED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED09; }
p { color: rgb(85,237,9); }
H1.HeaderClassName
{
color: #55ED09;
}
.AnyTagClassName
{
color: #55ED09;
}
</style>
background-color css
<style>
a { background-color: #55ED09; }
a { background-color: rgb(85,237,9); }
div.DivClassName
{
background-color: #55ED09;
}
.BgClassName
{
background-color: #55ED09;
}
</style>
border-color css
<style>
span { border-color: #55ED09; }
span { border-color: rgb(85,237,9); }
td.TdClassName
{
border-color: #55ED09;
}
.TagClassName
{
border-color: #55ED09;
}
</style>