Shades of Bright Green #55FB16
Tints of Bright Green #55FB16
RGB
CMYK
RGB Variations
Color information
#55FB16 (or 0x55FB16) is known color: Bright Green. HEX triplet: 55, FB and 16. RGB value is (85,251,22). Sum of RGB (Red+Green+Blue) = 85+251+22=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #55FB16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FB16 is #AA04E9. Grayscale: #B0B0B0. Windows color (decimal): -11142378 or 1506133. OLE color: 1506133.
HSL color Cylindrical-coordinate representation of color #55FB16: hue angle of 103.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55FB16 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 22 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.02 |
| HSL | 103.49º | 0.97% | 0.54% | - |
| HSV(B) | 103.49º | 0.91% | 0.98% | - |
| XYZ | 38.39 | 70.98 | 12.44 | - |
| YUV | 175.26 | 41.5 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 22 | 0.66 | 0 | 0.91 | 0.02 | 103.49 | 0.97 | 0.54 |
| Hex | 55 | FB | 16 | 42 | 0 | 5B | 2 | 67 | 61 | 36 |
| Octal | 125 | 373 | 26 | 102 | 0 | 133 | 2 | 147 | 141 | 66 |
| Binary | 1010101 | 11111011 | 10110 | 1000010 | 0 | 1011011 | 10 | 1100111 | 1100001 | 110110 |
Color Harmonies of #55FB16
Complementary color
Monochromatic Colors of #55FB16
Black with #55FB16
Text Example
Text Example
White with #55FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FB16; }
p { color: rgb(85,251,22); }
H1.HeaderClassName
{
color: #55FB16;
}
.AnyTagClassName
{
color: #55FB16;
}
</style>
background-color css
<style>
a { background-color: #55FB16; }
a { background-color: rgb(85,251,22); }
div.DivClassName
{
background-color: #55FB16;
}
.BgClassName
{
background-color: #55FB16;
}
</style>
border-color css
<style>
span { border-color: #55FB16; }
span { border-color: rgb(85,251,22); }
td.TdClassName
{
border-color: #55FB16;
}
.TagClassName
{
border-color: #55FB16;
}
</style>