Shades of Bright Green #55ED12
Tints of Bright Green #55ED12
RGB
CMYK
RGB Variations
Color information
#55ED12 (or 0x55ED12) is known color: Bright Green. HEX triplet: 55, ED and 12. RGB value is (85,237,18). Sum of RGB (Red+Green+Blue) = 85+237+18=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 237 (92.97% from 255 or 69.71% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55ED12 is #AA12ED. Grayscale: #A7A7A7. Windows color (decimal): -11145966 or 1240405. OLE color: 1240405.
HSL color Cylindrical-coordinate representation of color #55ED12: hue angle of 101.64º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55ED12 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 18 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.07 |
| HSL | 101.64º | 0.86% | 0.5% | - |
| HSV(B) | 101.64º | 0.92% | 0.93% | - |
| XYZ | 34.14 | 62.54 | 10.85 | - |
| YUV | 166.59 | 44.14 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 18 | 0.64 | 0 | 0.92 | 0.07 | 101.64 | 0.86 | 0.5 |
| Hex | 55 | ED | 12 | 40 | 0 | 5C | 7 | 66 | 56 | 32 |
| Octal | 125 | 355 | 22 | 100 | 0 | 134 | 7 | 146 | 126 | 62 |
| Binary | 1010101 | 11101101 | 10010 | 1000000 | 0 | 1011100 | 111 | 1100110 | 1010110 | 110010 |
Color Harmonies of #55ED12
Complementary color
Monochromatic Colors of #55ED12
Black with #55ED12
Text Example
Text Example
White with #55ED12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED12; }
p { color: rgb(85,237,18); }
H1.HeaderClassName
{
color: #55ED12;
}
.AnyTagClassName
{
color: #55ED12;
}
</style>
background-color css
<style>
a { background-color: #55ED12; }
a { background-color: rgb(85,237,18); }
div.DivClassName
{
background-color: #55ED12;
}
.BgClassName
{
background-color: #55ED12;
}
</style>
border-color css
<style>
span { border-color: #55ED12; }
span { border-color: rgb(85,237,18); }
td.TdClassName
{
border-color: #55ED12;
}
.TagClassName
{
border-color: #55ED12;
}
</style>