Shades of Bright Green #55F908
Tints of Bright Green #55F908
RGB
CMYK
RGB Variations
Color information
#55F908 (or 0x55F908) is known color: Bright Green. HEX triplet: 55, F9 and 08. RGB value is (85,249,8). Sum of RGB (Red+Green+Blue) = 85+249+8=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #55F908 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F908 is #AA06F7. Grayscale: #ADADAD. Windows color (decimal): -11142904 or 588117. OLE color: 588117.
HSL color Cylindrical-coordinate representation of color #55F908: hue angle of 100.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55F908 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 8 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.02 |
| HSL | 100.83º | 0.95% | 0.5% | - |
| HSV(B) | 100.83º | 0.97% | 0.98% | - |
| XYZ | 37.67 | 69.7 | 11.7 | - |
| YUV | 172.49 | 35.17 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 8 | 0.66 | 0 | 0.97 | 0.02 | 100.83 | 0.95 | 0.5 |
| Hex | 55 | F9 | 8 | 42 | 0 | 61 | 2 | 65 | 5F | 32 |
| Octal | 125 | 371 | 10 | 102 | 0 | 141 | 2 | 145 | 137 | 62 |
| Binary | 1010101 | 11111001 | 1000 | 1000010 | 0 | 1100001 | 10 | 1100101 | 1011111 | 110010 |
Color Harmonies of #55F908
Complementary color
Monochromatic Colors of #55F908
Black with #55F908
Text Example
Text Example
White with #55F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F908; }
p { color: rgb(85,249,8); }
H1.HeaderClassName
{
color: #55F908;
}
.AnyTagClassName
{
color: #55F908;
}
</style>
background-color css
<style>
a { background-color: #55F908; }
a { background-color: rgb(85,249,8); }
div.DivClassName
{
background-color: #55F908;
}
.BgClassName
{
background-color: #55F908;
}
</style>
border-color css
<style>
span { border-color: #55F908; }
span { border-color: rgb(85,249,8); }
td.TdClassName
{
border-color: #55F908;
}
.TagClassName
{
border-color: #55F908;
}
</style>