Shades of Bright Green #55FA16
Tints of Bright Green #55FA16
RGB
CMYK
RGB Variations
Color information
#55FA16 (or 0x55FA16) is known color: Bright Green. HEX triplet: 55, FA and 16. RGB value is (85,250,22). Sum of RGB (Red+Green+Blue) = 85+250+22=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 250 (98.05% from 255 or 70.03% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FA16 is #AA05E9. Grayscale: #AFAFAF. Windows color (decimal): -11142634 or 1505877. OLE color: 1505877.
HSL color Cylindrical-coordinate representation of color #55FA16: hue angle of 103.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55FA16 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 22 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.02 |
| HSL | 103.42º | 0.96% | 0.53% | - |
| HSV(B) | 103.42º | 0.91% | 0.98% | - |
| XYZ | 38.08 | 70.36 | 12.33 | - |
| YUV | 174.67 | 41.84 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 22 | 0.66 | 0 | 0.91 | 0.02 | 103.42 | 0.96 | 0.53 |
| Hex | 55 | FA | 16 | 42 | 0 | 5B | 2 | 67 | 60 | 35 |
| Octal | 125 | 372 | 26 | 102 | 0 | 133 | 2 | 147 | 140 | 65 |
| Binary | 1010101 | 11111010 | 10110 | 1000010 | 0 | 1011011 | 10 | 1100111 | 1100000 | 110101 |
Color Harmonies of #55FA16
Complementary color
Monochromatic Colors of #55FA16
Black with #55FA16
Text Example
Text Example
White with #55FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA16; }
p { color: rgb(85,250,22); }
H1.HeaderClassName
{
color: #55FA16;
}
.AnyTagClassName
{
color: #55FA16;
}
</style>
background-color css
<style>
a { background-color: #55FA16; }
a { background-color: rgb(85,250,22); }
div.DivClassName
{
background-color: #55FA16;
}
.BgClassName
{
background-color: #55FA16;
}
</style>
border-color css
<style>
span { border-color: #55FA16; }
span { border-color: rgb(85,250,22); }
td.TdClassName
{
border-color: #55FA16;
}
.TagClassName
{
border-color: #55FA16;
}
</style>