Shades of Bright Green #55E705
Tints of Bright Green #55E705
RGB
CMYK
RGB Variations
Color information
#55E705 (or 0x55E705) is known color: Bright Green. HEX triplet: 55, E7 and 05. RGB value is (85,231,5). Sum of RGB (Red+Green+Blue) = 85+231+5=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 231 (90.62% from 255 or 71.96% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 231 - color contains mainly: green. Hex color #55E705 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55E705 is #AA18FA. Grayscale: #A2A2A2. Windows color (decimal): -11147515 or 386901. OLE color: 386901.
HSL color Cylindrical-coordinate representation of color #55E705: hue angle of 98.76º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55E705 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 231 | 5 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.09 |
| HSL | 98.76º | 0.96% | 0.46% | - |
| HSV(B) | 98.76º | 0.98% | 0.91% | - |
| XYZ | 32.35 | 59.09 | 9.84 | - |
| YUV | 161.58 | 39.63 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 231 | 5 | 0.63 | 0 | 0.98 | 0.09 | 98.76 | 0.96 | 0.46 |
| Hex | 55 | E7 | 5 | 3F | 0 | 62 | 9 | 63 | 60 | 2E |
| Octal | 125 | 347 | 5 | 77 | 0 | 142 | 11 | 143 | 140 | 56 |
| Binary | 1010101 | 11100111 | 101 | 111111 | 0 | 1100010 | 1001 | 1100011 | 1100000 | 101110 |
Color Harmonies of #55E705
Complementary color
Monochromatic Colors of #55E705
Black with #55E705
Text Example
Text Example
White with #55E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E705; }
p { color: rgb(85,231,5); }
H1.HeaderClassName
{
color: #55E705;
}
.AnyTagClassName
{
color: #55E705;
}
</style>
background-color css
<style>
a { background-color: #55E705; }
a { background-color: rgb(85,231,5); }
div.DivClassName
{
background-color: #55E705;
}
.BgClassName
{
background-color: #55E705;
}
</style>
border-color css
<style>
span { border-color: #55E705; }
span { border-color: rgb(85,231,5); }
td.TdClassName
{
border-color: #55E705;
}
.TagClassName
{
border-color: #55E705;
}
</style>