Shades of Bright Green #55F805
Tints of Bright Green #55F805
RGB
CMYK
RGB Variations
Color information
#55F805 (or 0x55F805) is known color: Bright Green. HEX triplet: 55, F8 and 05. RGB value is (85,248,5). Sum of RGB (Red+Green+Blue) = 85+248+5=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 248 (97.27% from 255 or 73.37% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 248 - color contains mainly: green. Hex color #55F805 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F805 is #AA07FA. Grayscale: #ACACAC. Windows color (decimal): -11143163 or 391253. OLE color: 391253.
HSL color Cylindrical-coordinate representation of color #55F805: hue angle of 100.25º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55F805 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.03 |
| HSL | 100.25º | 0.96% | 0.5% | - |
| HSV(B) | 100.25º | 0.98% | 0.97% | - |
| XYZ | 37.34 | 69.08 | 11.51 | - |
| YUV | 171.56 | 34 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 5 | 0.66 | 0 | 0.98 | 0.03 | 100.25 | 0.96 | 0.5 |
| Hex | 55 | F8 | 5 | 42 | 0 | 62 | 3 | 64 | 60 | 32 |
| Octal | 125 | 370 | 5 | 102 | 0 | 142 | 3 | 144 | 140 | 62 |
| Binary | 1010101 | 11111000 | 101 | 1000010 | 0 | 1100010 | 11 | 1100100 | 1100000 | 110010 |
Color Harmonies of #55F805
Complementary color
Monochromatic Colors of #55F805
Black with #55F805
Text Example
Text Example
White with #55F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F805; }
p { color: rgb(85,248,5); }
H1.HeaderClassName
{
color: #55F805;
}
.AnyTagClassName
{
color: #55F805;
}
</style>
background-color css
<style>
a { background-color: #55F805; }
a { background-color: rgb(85,248,5); }
div.DivClassName
{
background-color: #55F805;
}
.BgClassName
{
background-color: #55F805;
}
</style>
border-color css
<style>
span { border-color: #55F805; }
span { border-color: rgb(85,248,5); }
td.TdClassName
{
border-color: #55F805;
}
.TagClassName
{
border-color: #55F805;
}
</style>