Shades of Bright Green #55F607
Tints of Bright Green #55F607
RGB
CMYK
RGB Variations
Color information
#55F607 (or 0x55F607) is known color: Bright Green. HEX triplet: 55, F6 and 07. RGB value is (85,246,7). Sum of RGB (Red+Green+Blue) = 85+246+7=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 246 (96.48% from 255 or 72.78% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 246 - color contains mainly: green. Hex color #55F607 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F607 is #AA09F8. Grayscale: #ABABAB. Windows color (decimal): -11143673 or 521813. OLE color: 521813.
HSL color Cylindrical-coordinate representation of color #55F607: hue angle of 100.42º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55F607 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 246 | 7 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.04 |
| HSL | 100.42º | 0.94% | 0.5% | - |
| HSV(B) | 100.42º | 0.97% | 0.96% | - |
| XYZ | 36.74 | 67.86 | 11.36 | - |
| YUV | 170.62 | 35.66 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 246 | 7 | 0.65 | 0 | 0.97 | 0.04 | 100.42 | 0.94 | 0.5 |
| Hex | 55 | F6 | 7 | 41 | 0 | 61 | 4 | 64 | 5E | 32 |
| Octal | 125 | 366 | 7 | 101 | 0 | 141 | 4 | 144 | 136 | 62 |
| Binary | 1010101 | 11110110 | 111 | 1000001 | 0 | 1100001 | 100 | 1100100 | 1011110 | 110010 |
Color Harmonies of #55F607
Complementary color
Monochromatic Colors of #55F607
Black with #55F607
Text Example
Text Example
White with #55F607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F607; }
p { color: rgb(85,246,7); }
H1.HeaderClassName
{
color: #55F607;
}
.AnyTagClassName
{
color: #55F607;
}
</style>
background-color css
<style>
a { background-color: #55F607; }
a { background-color: rgb(85,246,7); }
div.DivClassName
{
background-color: #55F607;
}
.BgClassName
{
background-color: #55F607;
}
</style>
border-color css
<style>
span { border-color: #55F607; }
span { border-color: rgb(85,246,7); }
td.TdClassName
{
border-color: #55F607;
}
.TagClassName
{
border-color: #55F607;
}
</style>