Shades of Bright Green #55FF16
Tints of Bright Green #55FF16
RGB
CMYK
RGB Variations
Color information
#55FF16 (or 0x55FF16) is known color: Bright Green. HEX triplet: 55, FF and 16. RGB value is (85,255,22). Sum of RGB (Red+Green+Blue) = 85+255+22=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FF16 is #AA00E9. Grayscale: #B2B2B2. Windows color (decimal): -11141354 or 1507157. OLE color: 1507157.
HSL color Cylindrical-coordinate representation of color #55FF16: hue angle of 103.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55FF16 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 22 | - |
| CMYK | 0.67 | 0 | 0.91 | 0 |
| HSL | 103.78º | 1% | 0.54% | - |
| HSV(B) | 103.78º | 0.91% | 1% | - |
| XYZ | 39.65 | 73.51 | 12.86 | - |
| YUV | 177.61 | 40.18 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 22 | 0.67 | 0 | 0.91 | 0 | 103.78 | 1 | 0.54 |
| Hex | 55 | FF | 16 | 43 | 0 | 5B | 0 | 68 | 64 | 36 |
| Octal | 125 | 377 | 26 | 103 | 0 | 133 | 0 | 150 | 144 | 66 |
| Binary | 1010101 | 11111111 | 10110 | 1000011 | 0 | 1011011 | 0 | 1101000 | 1100100 | 110110 |
Color Harmonies of #55FF16
Complementary color
Monochromatic Colors of #55FF16
Black with #55FF16
Text Example
Text Example
White with #55FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF16; }
p { color: rgb(85,255,22); }
H1.HeaderClassName
{
color: #55FF16;
}
.AnyTagClassName
{
color: #55FF16;
}
</style>
background-color css
<style>
a { background-color: #55FF16; }
a { background-color: rgb(85,255,22); }
div.DivClassName
{
background-color: #55FF16;
}
.BgClassName
{
background-color: #55FF16;
}
</style>
border-color css
<style>
span { border-color: #55FF16; }
span { border-color: rgb(85,255,22); }
td.TdClassName
{
border-color: #55FF16;
}
.TagClassName
{
border-color: #55FF16;
}
</style>