Shades of Bright Green #55EB16
Tints of Bright Green #55EB16
RGB
CMYK
RGB Variations
Color information
#55EB16 (or 0x55EB16) is known color: Bright Green. HEX triplet: 55, EB and 16. RGB value is (85,235,22). Sum of RGB (Red+Green+Blue) = 85+235+22=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 235 (92.19% from 255 or 68.71% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EB16 is #AA14E9. Grayscale: #A6A6A6. Windows color (decimal): -11146474 or 1502037. OLE color: 1502037.
HSL color Cylindrical-coordinate representation of color #55EB16: hue angle of 102.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55EB16 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 22 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.08 |
| HSL | 102.25º | 0.84% | 0.5% | - |
| HSV(B) | 102.25º | 0.91% | 0.92% | - |
| XYZ | 33.6 | 61.41 | 10.84 | - |
| YUV | 165.87 | 46.81 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 22 | 0.64 | 0 | 0.91 | 0.08 | 102.25 | 0.84 | 0.5 |
| Hex | 55 | EB | 16 | 40 | 0 | 5B | 8 | 66 | 54 | 32 |
| Octal | 125 | 353 | 26 | 100 | 0 | 133 | 10 | 146 | 124 | 62 |
| Binary | 1010101 | 11101011 | 10110 | 1000000 | 0 | 1011011 | 1000 | 1100110 | 1010100 | 110010 |
Color Harmonies of #55EB16
Complementary color
Monochromatic Colors of #55EB16
Black with #55EB16
Text Example
Text Example
White with #55EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB16; }
p { color: rgb(85,235,22); }
H1.HeaderClassName
{
color: #55EB16;
}
.AnyTagClassName
{
color: #55EB16;
}
</style>
background-color css
<style>
a { background-color: #55EB16; }
a { background-color: rgb(85,235,22); }
div.DivClassName
{
background-color: #55EB16;
}
.BgClassName
{
background-color: #55EB16;
}
</style>
border-color css
<style>
span { border-color: #55EB16; }
span { border-color: rgb(85,235,22); }
td.TdClassName
{
border-color: #55EB16;
}
.TagClassName
{
border-color: #55EB16;
}
</style>