Shades of Bright Green #55F80D
Tints of Bright Green #55F80D
RGB
CMYK
RGB Variations
Color information
#55F80D (or 0x55F80D) is known color: Bright Green. HEX triplet: 55, F8 and 0D. RGB value is (85,248,13). Sum of RGB (Red+Green+Blue) = 85+248+13=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #55F80D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F80D is #AA07F2. Grayscale: #ADADAD. Windows color (decimal): -11143155 or 915541. OLE color: 915541.
HSL color Cylindrical-coordinate representation of color #55F80D: hue angle of 101.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55F80D is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 13 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.03 |
| HSL | 101.62º | 0.94% | 0.51% | - |
| HSV(B) | 101.62º | 0.95% | 0.97% | - |
| XYZ | 37.39 | 69.1 | 11.75 | - |
| YUV | 172.47 | 38 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 13 | 0.66 | 0 | 0.95 | 0.03 | 101.62 | 0.94 | 0.51 |
| Hex | 55 | F8 | D | 42 | 0 | 5F | 3 | 66 | 5E | 33 |
| Octal | 125 | 370 | 15 | 102 | 0 | 137 | 3 | 146 | 136 | 63 |
| Binary | 1010101 | 11111000 | 1101 | 1000010 | 0 | 1011111 | 11 | 1100110 | 1011110 | 110011 |
Color Harmonies of #55F80D
Complementary color
Monochromatic Colors of #55F80D
Black with #55F80D
Text Example
Text Example
White with #55F80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F80D; }
p { color: rgb(85,248,13); }
H1.HeaderClassName
{
color: #55F80D;
}
.AnyTagClassName
{
color: #55F80D;
}
</style>
background-color css
<style>
a { background-color: #55F80D; }
a { background-color: rgb(85,248,13); }
div.DivClassName
{
background-color: #55F80D;
}
.BgClassName
{
background-color: #55F80D;
}
</style>
border-color css
<style>
span { border-color: #55F80D; }
span { border-color: rgb(85,248,13); }
td.TdClassName
{
border-color: #55F80D;
}
.TagClassName
{
border-color: #55F80D;
}
</style>