Shades of Bright Green #55EF1D
Tints of Bright Green #55EF1D
RGB
CMYK
RGB Variations
Color information
#55EF1D (or 0x55EF1D) is known color: Bright Green. HEX triplet: 55, EF and 1D. RGB value is (85,239,29). Sum of RGB (Red+Green+Blue) = 85+239+29=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EF1D is #AA10E2. Grayscale: #A9A9A9. Windows color (decimal): -11145443 or 1961813. OLE color: 1961813.
HSL color Cylindrical-coordinate representation of color #55EF1D: hue angle of 104º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55EF1D is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 29 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.06 |
| HSL | 104º | 0.87% | 0.53% | - |
| HSV(B) | 104º | 0.88% | 0.94% | - |
| XYZ | 34.83 | 63.75 | 11.63 | - |
| YUV | 169.01 | 48.98 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 29 | 0.64 | 0 | 0.88 | 0.06 | 104 | 0.87 | 0.53 |
| Hex | 55 | EF | 1D | 40 | 0 | 58 | 6 | 68 | 57 | 35 |
| Octal | 125 | 357 | 35 | 100 | 0 | 130 | 6 | 150 | 127 | 65 |
| Binary | 1010101 | 11101111 | 11101 | 1000000 | 0 | 1011000 | 110 | 1101000 | 1010111 | 110101 |
Color Harmonies of #55EF1D
Complementary color
Monochromatic Colors of #55EF1D
Black with #55EF1D
Text Example
Text Example
White with #55EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EF1D; }
p { color: rgb(85,239,29); }
H1.HeaderClassName
{
color: #55EF1D;
}
.AnyTagClassName
{
color: #55EF1D;
}
</style>
background-color css
<style>
a { background-color: #55EF1D; }
a { background-color: rgb(85,239,29); }
div.DivClassName
{
background-color: #55EF1D;
}
.BgClassName
{
background-color: #55EF1D;
}
</style>
border-color css
<style>
span { border-color: #55EF1D; }
span { border-color: rgb(85,239,29); }
td.TdClassName
{
border-color: #55EF1D;
}
.TagClassName
{
border-color: #55EF1D;
}
</style>