Shades of Bright Green #55EB0B
Tints of Bright Green #55EB0B
RGB
CMYK
RGB Variations
Color information
#55EB0B (or 0x55EB0B) is known color: Bright Green. HEX triplet: 55, EB and 0B. RGB value is (85,235,11). Sum of RGB (Red+Green+Blue) = 85+235+11=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 235 (92.19% from 255 or 71.00% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EB0B is #AA14F4. Grayscale: #A5A5A5. Windows color (decimal): -11146485 or 781141. OLE color: 781141.
HSL color Cylindrical-coordinate representation of color #55EB0B: hue angle of 100.18º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55EB0B is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 11 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.08 |
| HSL | 100.18º | 0.91% | 0.48% | - |
| HSV(B) | 100.18º | 0.95% | 0.92% | - |
| XYZ | 33.52 | 61.37 | 10.4 | - |
| YUV | 164.61 | 41.31 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 11 | 0.64 | 0 | 0.95 | 0.08 | 100.18 | 0.91 | 0.48 |
| Hex | 55 | EB | B | 40 | 0 | 5F | 8 | 64 | 5B | 30 |
| Octal | 125 | 353 | 13 | 100 | 0 | 137 | 10 | 144 | 133 | 60 |
| Binary | 1010101 | 11101011 | 1011 | 1000000 | 0 | 1011111 | 1000 | 1100100 | 1011011 | 110000 |
Color Harmonies of #55EB0B
Complementary color
Monochromatic Colors of #55EB0B
Black with #55EB0B
Text Example
Text Example
White with #55EB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB0B; }
p { color: rgb(85,235,11); }
H1.HeaderClassName
{
color: #55EB0B;
}
.AnyTagClassName
{
color: #55EB0B;
}
</style>
background-color css
<style>
a { background-color: #55EB0B; }
a { background-color: rgb(85,235,11); }
div.DivClassName
{
background-color: #55EB0B;
}
.BgClassName
{
background-color: #55EB0B;
}
</style>
border-color css
<style>
span { border-color: #55EB0B; }
span { border-color: rgb(85,235,11); }
td.TdClassName
{
border-color: #55EB0B;
}
.TagClassName
{
border-color: #55EB0B;
}
</style>