Shades of Bright Green #55E61F
Tints of Bright Green #55E61F
RGB
CMYK
RGB Variations
Color information
#55E61F (or 0x55E61F) is known color: Bright Green. HEX triplet: 55, E6 and 1F. RGB value is (85,230,31). Sum of RGB (Red+Green+Blue) = 85+230+31=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 230 (90.23% from 255 or 66.47% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 230 - color contains mainly: green. Hex color #55E61F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E61F is #AA19E0. Grayscale: #A4A4A4. Windows color (decimal): -11147745 or 2090581. OLE color: 2090581.
HSL color Cylindrical-coordinate representation of color #55E61F: hue angle of 103.72º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55E61F is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 230 | 31 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.10 |
| HSL | 103.72º | 0.8% | 0.51% | - |
| HSV(B) | 103.72º | 0.87% | 0.9% | - |
| XYZ | 32.29 | 58.62 | 10.91 | - |
| YUV | 163.96 | 52.96 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 230 | 31 | 0.63 | 0 | 0.87 | 0.10 | 103.72 | 0.8 | 0.51 |
| Hex | 55 | E6 | 1F | 3F | 0 | 57 | A | 68 | 50 | 33 |
| Octal | 125 | 346 | 37 | 77 | 0 | 127 | 12 | 150 | 120 | 63 |
| Binary | 1010101 | 11100110 | 11111 | 111111 | 0 | 1010111 | 1010 | 1101000 | 1010000 | 110011 |
Color Harmonies of #55E61F
Complementary color
Monochromatic Colors of #55E61F
Black with #55E61F
Text Example
Text Example
White with #55E61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E61F; }
p { color: rgb(85,230,31); }
H1.HeaderClassName
{
color: #55E61F;
}
.AnyTagClassName
{
color: #55E61F;
}
</style>
background-color css
<style>
a { background-color: #55E61F; }
a { background-color: rgb(85,230,31); }
div.DivClassName
{
background-color: #55E61F;
}
.BgClassName
{
background-color: #55E61F;
}
</style>
border-color css
<style>
span { border-color: #55E61F; }
span { border-color: rgb(85,230,31); }
td.TdClassName
{
border-color: #55E61F;
}
.TagClassName
{
border-color: #55E61F;
}
</style>